summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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");