summaryrefslogtreecommitdiff
path: root/include/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-01-22 20:20:35 +0300
committerAndrew Dolgov <[email protected]>2017-01-22 20:20:35 +0300
commit70c5b2bfcc766c82c697e431371be308ebad11dc (patch)
tree29387c9eef2e7634bd4b51debf0c2d3e7906441a /include/functions.php
parent3bc1b53772231e37b3264ca24ca31a69dc3c59cd (diff)
feed tree: only run animation for appearing unread counters to prevent clashes with aux counter updating and animations ending up in wrong state
Diffstat (limited to 'include/functions.php')
-rw-r--r--include/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php
index 17bd9f371..30b9b293a 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -1583,7 +1583,7 @@
$cv = array("id" => $i,
"counter" => (int) $count,
- "auxcounter" => $auxctr);
+ "auxcounter" => (int) $auxctr);
// if (get_pref('EXTENDED_FEEDLIST'))
// $cv["xmsg"] = getFeedArticles($i)." ".__("total");