summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-14 02:12:24 +0300
committerAndrew Dolgov <[email protected]>2010-11-14 02:12:24 +0300
commit7d12b6c8beed490baa211066f69479d98cafbe9f (patch)
tree6f9c77a421803d34a734b769af8a5ba0e63dc6c5 /functions.php
parenta320475200cda5feb7e479bd26c58cd8803e6c64 (diff)
do not enable infscroll when number of loaded headlines is less than headline limit
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index 572ecf105..00d2dcf20 100644
--- a/functions.php
+++ b/functions.php
@@ -3153,7 +3153,7 @@
foreach (array("ON_CATCHUP_SHOW_NEXT_FEED", "HIDE_READ_FEEDS",
"ENABLE_FEED_CATS", "FEEDS_SORT_BY_UNREAD", "CONFIRM_FEED_CATCHUP",
- "CDM_AUTO_CATCHUP", "FRESH_ARTICLE_MAX_AGE",
+ "CDM_AUTO_CATCHUP", "FRESH_ARTICLE_MAX_AGE", "DEFAULT_ARTICLE_LIMIT",
"HIDE_READ_SHOWS_SPECIAL", "HIDE_FEEDLIST", "COMBINED_DISPLAY_MODE") as $param) {
$params[strtolower($param)] = (int) get_pref($link, $param);