summaryrefslogtreecommitdiff
path: root/plugins/auto_assign_labels/init.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/auto_assign_labels/init.php')
-rwxr-xr-xplugins/auto_assign_labels/init.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/auto_assign_labels/init.php b/plugins/auto_assign_labels/init.php
index 3fa4ad8c0..341895cef 100755
--- a/plugins/auto_assign_labels/init.php
+++ b/plugins/auto_assign_labels/init.php
@@ -19,6 +19,7 @@ class Auto_Assign_Labels extends Plugin {
function get_all_labels_filter_format($owner_uid) {
$rv = array();
+ // TODO: use Labels::get_all()
$sth = $this->pdo->prepare("SELECT id, fg_color, bg_color, caption FROM ttrss_labels2 WHERE owner_uid = ?");
$sth->execute([$owner_uid]);