1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 10:05:56 +00:00

prefs: show root of filter tree as enabled so it's not grayed out

This commit is contained in:
Andrew Dolgov
2020-07-01 09:48:27 +03:00
parent c352e872e9
commit 2996a3942f

View File

@@ -238,6 +238,7 @@ class Pref_Filters extends Handler_Protected {
$root = array();
$root['id'] = 'root';
$root['name'] = __('Filters');
$root['enabled'] = true;
$root['items'] = array();
$filter_search = $_SESSION["prefs_filter_search"];