Kaynağa Gözat

Fever integer type for last_refreshed_on_time (#2944)

#Fix https://github.com/FreshRSS/FreshRSS/issues/2940
https://feedafever.com/api
Alexandre Alapetite 6 yıl önce
ebeveyn
işleme
1bb4c75db7
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      p/api/fever.php

+ 1 - 1
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);
 		}