mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 23:35:57 +00:00
Merge branch 'master' of git.tt-rss.org:fox/tt-rss
This commit is contained in:
@@ -396,7 +396,7 @@ class RPC extends Handler_Protected {
|
|||||||
function checkforupdates() {
|
function checkforupdates() {
|
||||||
$rv = ["changeset" => [], "plugins" => []];
|
$rv = ["changeset" => [], "plugins" => []];
|
||||||
|
|
||||||
$version = Config::get_version();
|
$version = Config::get_version(false);
|
||||||
|
|
||||||
$git_timestamp = $version["timestamp"] ?? false;
|
$git_timestamp = $version["timestamp"] ?? false;
|
||||||
$git_commit = $version["commit"] ?? false;
|
$git_commit = $version["commit"] ?? false;
|
||||||
|
|||||||
Reference in New Issue
Block a user