mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 21:35:56 +00:00
fix testing of author filter type
This commit is contained in:
@@ -17,7 +17,6 @@ class Pref_Filters extends Handler_Protected {
|
||||
$filter["rules"] = array();
|
||||
|
||||
$result = db_query($this->link, "SELECT id,name FROM ttrss_filter_types");
|
||||
$type_name = db_fetch_result($result, 0, "name");
|
||||
|
||||
$filter_types = array();
|
||||
while ($line = db_fetch_assoc($result)) {
|
||||
|
||||
Reference in New Issue
Block a user