summaryrefslogtreecommitdiff
path: root/classes/pref/feeds.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-23 11:51:17 +0300
committerAndrew Dolgov <[email protected]>2021-03-23 11:51:17 +0300
commite3c51b0e6c2b9d80daaa76607884cc9340834bd4 (patch)
tree01dde001dcd3984daa19c1c2d07266971a5483c6 /classes/pref/feeds.php
parentc34a4c85bde242c991baf1f383694e9a4fa82940 (diff)
Revert "clip max displayed counter value to 9999 because of container node width"
This reverts commit c34a4c85bde242c991baf1f383694e9a4fa82940.
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 305da4376..5f7635736 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, false, 0));
+ array_push($cat['items'], $this->feedlist_init_feed($i));
}
/* Plugin feeds for -1 */