summaryrefslogtreecommitdiff
path: root/modules/pref-prefs.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pref-prefs.php')
-rw-r--r--modules/pref-prefs.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/pref-prefs.php b/modules/pref-prefs.php
index e9ebc183f..37c6c9b5f 100644
--- a/modules/pref-prefs.php
+++ b/modules/pref-prefs.php
@@ -308,6 +308,7 @@
WHERE type_id = ttrss_prefs_types.id AND
section_id = ttrss_prefs_sections.id AND
ttrss_user_prefs.pref_name = ttrss_prefs.pref_name AND
+ short_desc != '' AND
owner_uid = ".$_SESSION["uid"]."
ORDER BY section_id,short_desc");