mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:25:59 +00:00
prefs: show root of filter tree as enabled so it's not grayed out
This commit is contained in:
@@ -238,6 +238,7 @@ class Pref_Filters extends Handler_Protected {
|
|||||||
$root = array();
|
$root = array();
|
||||||
$root['id'] = 'root';
|
$root['id'] = 'root';
|
||||||
$root['name'] = __('Filters');
|
$root['name'] = __('Filters');
|
||||||
|
$root['enabled'] = true;
|
||||||
$root['items'] = array();
|
$root['items'] = array();
|
||||||
|
|
||||||
$filter_search = $_SESSION["prefs_filter_search"];
|
$filter_search = $_SESSION["prefs_filter_search"];
|
||||||
|
|||||||
Reference in New Issue
Block a user