summaryrefslogtreecommitdiff
path: root/classes/Counters.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/Counters.php')
-rw-r--r--classes/Counters.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/Counters.php b/classes/Counters.php
index 535c8b32b..e20657947 100644
--- a/classes/Counters.php
+++ b/classes/Counters.php
@@ -183,7 +183,7 @@ class Counters {
while ($line = $sth->fetch()) {
$id = $line["id"];
- $last_updated = TimeHelper::make_local_datetime($line['last_updated'], false);
+ $last_updated = TimeHelper::make_local_datetime($line['last_updated']);
if (Feeds::_has_icon($id)) {
$ts = filemtime(Feeds::_get_icon_file($id));