mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:35:55 +00:00
self-update: clarify some error messages (2)
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user