mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 05:15:55 +00:00
use constants in get_pref()/set_pref()
This commit is contained in:
@@ -128,7 +128,7 @@ function print_feed_multi_select($id, $default_ids = [],
|
||||
}
|
||||
}
|
||||
|
||||
if (get_pref('ENABLE_FEED_CATS')) {
|
||||
if (get_pref(Prefs::ENABLE_FEED_CATS)) {
|
||||
|
||||
if (!$root_id) $root_id = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user