Merge branch 'master' of git.tt-rss.org:fox/tt-rss
This commit is contained in:
commit
372e8e062c
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue