1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 18:35:57 +00:00

self-update: clarify some error messages (2)

This commit is contained in:
Andrew Dolgov
2012-08-23 13:32:30 +04:00
parent 021f8dce0c
commit f7c2fae1f1

View File

@@ -272,7 +272,7 @@
_debug("Target version: $target_version");
if (version_compare(VERSION, $target_version) != -1 && !in_array("-force", $op)) {
_debug("You are on a latest version. Update not needed.");
_debug("You are on the latest version. Update not needed.");
exit;
}
if (file_exists($target_dir)) {