mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 01:25:56 +00:00
Merge pull request 'Get the version as an array in RPC->checkforupdates.' (#11) from wn/tt-rss:bugfix/checkforupdates-version into master
Reviewed-on: https://git.tt-rss.org/fox/tt-rss/pulls/11
This commit is contained in:
@@ -396,7 +396,7 @@ class RPC extends Handler_Protected {
|
||||
function checkforupdates() {
|
||||
$rv = ["changeset" => [], "plugins" => []];
|
||||
|
||||
$version = Config::get_version();
|
||||
$version = Config::get_version(false);
|
||||
|
||||
$git_timestamp = $version["timestamp"] ?? false;
|
||||
$git_commit = $version["commit"] ?? false;
|
||||
|
||||
Reference in New Issue
Block a user