1
0
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:
Andrew Dolgov
2010-11-25 14:57:32 +03:00
parent 1bf679a304
commit e91ad1e9ab
2 changed files with 13 additions and 6 deletions

View File

@@ -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;
}
}
}