Fever integer type for last_refreshed_on_time (#2944)

#Fix https://github.com/FreshRSS/FreshRSS/issues/2940
https://feedafever.com/api
pull/2945/head
Alexandre Alapetite 4 years ago committed by GitHub
parent af575e061d
commit 1bb4c75db7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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);
}

Loading…
Cancel
Save