1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

remove option ALLOW_DUPLICATE_POSTS as confusing/useless

This commit is contained in:
Andrew Dolgov
2016-01-07 22:01:35 +03:00
parent 4f186b1f10
commit 5bdcb8fd78
2 changed files with 3 additions and 29 deletions

View File

@@ -164,7 +164,7 @@ class Pref_Prefs extends Handler_Protected {
global $access_level_names;
$prefs_blacklist = array("STRIP_UNSAFE_TAGS", "REVERSE_HEADLINES",
$prefs_blacklist = array("ALLOW_DUPLICATE_POSTS", "STRIP_UNSAFE_TAGS", "REVERSE_HEADLINES",
"SORT_HEADLINES_BY_FEED_DATE", "DEFAULT_ARTICLE_LIMIT",
"FEEDS_SORT_BY_UNREAD");