summaryrefslogtreecommitdiff
path: root/classes/pref/feeds.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-23 10:47:06 +0300
committerAndrew Dolgov <[email protected]>2021-03-23 10:47:06 +0300
commitc34a4c85bde242c991baf1f383694e9a4fa82940 (patch)
tree5acdcf1de46bf411213ef51089d10abfd78f8227 /classes/pref/feeds.php
parent0f6644880a8ced1ab1e0860c585742b338382ce9 (diff)
clip max displayed counter value to 9999 because of container node width
Diffstat (limited to 'classes/pref/feeds.php')
-rwxr-xr-xclasses/pref/feeds.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/pref/feeds.php b/classes/pref/feeds.php
index 5f7635736..305da4376 100755
--- a/classes/pref/feeds.php
+++ b/classes/pref/feeds.php
@@ -140,7 +140,7 @@ class Pref_Feeds extends Handler_Protected {
}
foreach (array(-4, -3, -1, -2, 0, -6) as $i) {
- array_push($cat['items'], $this->feedlist_init_feed($i));
+ array_push($cat['items'], $this->feedlist_init_feed($i, false, 0));
}
/* Plugin feeds for -1 */