summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-03-29 16:00:06 +0400
committerAndrew Dolgov <[email protected]>2011-03-29 16:00:06 +0400
commit7fc715a997cae462c1d036975a1878b4a4d5f7df (patch)
tree8b4f7968efad22eb2c2e7b13079eddd0655a1367 /modules
parentc9b63492fa95e96e11e4d487a4c56c8b3aa0962e (diff)
mobile/classic: remove USER_STYLESHEET_URL
Diffstat (limited to 'modules')
-rw-r--r--modules/pref-prefs.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/pref-prefs.php b/modules/pref-prefs.php
index c78937dc8..191facfd1 100644
--- a/modules/pref-prefs.php
+++ b/modules/pref-prefs.php
@@ -5,8 +5,7 @@
$subop = $_REQUEST["subop"];
- $prefs_blacklist = array("HIDE_READ_FEEDS", "FEEDS_SORT_BY_UNREAD",
- "USER_STYLESHEET_URL");
+ $prefs_blacklist = array("HIDE_READ_FEEDS", "FEEDS_SORT_BY_UNREAD");
$profile_blacklist = array("ALLOW_DUPLICATE_POSTS", "PURGE_OLD_DAYS",
"PURGE_UNREAD_ARTICLES", "DIGEST_ENABLE", "DIGEST_CATCHUP",