mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 13:15:55 +00:00
for the most part, deal with filter rules UI
This commit is contained in:
@@ -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]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user