summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-07 18:20:50 +0300
committerAndrew Dolgov <[email protected]>2010-11-07 18:20:50 +0300
commit650bb8f192ea4cfd9350cd632848ea5bda5cdd7f (patch)
tree488b534102325283c421f0ba1cbd2f54c39d1a6b /modules
parent74ed2e858d72849ef84e4e19cd01a4b00c1d471c (diff)
pref-prefs: block USER_TIMEZONE from pref profiles
Diffstat (limited to 'modules')
-rw-r--r--modules/pref-prefs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pref-prefs.php b/modules/pref-prefs.php
index f5671a995..dc658956b 100644
--- a/modules/pref-prefs.php
+++ b/modules/pref-prefs.php
@@ -20,7 +20,7 @@
"PURGE_UNREAD_ARTICLES", "DIGEST_ENABLE", "DIGEST_CATCHUP",
"BLACKLISTED_TAGS", "ENABLE_FEED_ICONS", "ENABLE_API_ACCESS",
"UPDATE_POST_ON_CHECKSUM_CHANGE", "DEFAULT_UPDATE_INTERVAL",
- "MARK_UNREAD_ON_UPDATE");
+ "MARK_UNREAD_ON_UPDATE", "USER_TIMEZONE");
if (FORCE_ARTICLE_PURGE != 0) {
array_push($prefs_blacklist, "PURGE_OLD_DAYS");