mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-24 13:21:29 +00:00
tweak new version dialog
This commit is contained in:
@@ -3905,7 +3905,7 @@
|
||||
if ($version_data && $version_data['version']) {
|
||||
|
||||
if (version_compare(VERSION, $version_data['version']) == -1) {
|
||||
return $version_data['version'];
|
||||
return $version_data;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user