From 1bb4c75db7460b91f7553fd316717510b90aa8c4 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 2 May 2020 20:04:51 +0200 Subject: Fever integer type for last_refreshed_on_time (#2944) #Fix https://github.com/FreshRSS/FreshRSS/issues/2940 https://feedafever.com/api --- p/api/fever.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'p/api/fever.php') diff --git a/p/api/fever.php b/p/api/fever.php index 94d3a3b3d..b88ccc255 100644 --- a/p/api/fever.php +++ b/p/api/fever.php @@ -288,7 +288,7 @@ class FeverAPI $arr = array('api_version' => self::API_LEVEL, 'auth' => $status); if ($status === self::STATUS_OK) { - $arr['last_refreshed_on_time'] = (string) $this->lastRefreshedOnTime(); + $arr['last_refreshed_on_time'] = $this->lastRefreshedOnTime(); $arr = array_merge($arr, $reply); } -- cgit v1.2.3