]> git.wh0rd.org - tt-rss.git/blobdiff - include/functions.php
feed tree: only run animation for appearing unread counters to prevent clashes with...
[tt-rss.git] / include / functions.php
index 17bd9f371ca89ece3ca20015f8aef26ea16af1fa..30b9b293a9e33a75a61b169899350071ef49541a 100644 (file)
 
                        $cv = array("id" => $i,
                                "counter" => (int) $count,
-                               "auxcounter" => $auxctr);
+                               "auxcounter" => (int) $auxctr);
 
 //                     if (get_pref('EXTENDED_FEEDLIST'))
 //                             $cv["xmsg"] = getFeedArticles($i)." ".__("total");