]> git.wh0rd.org Git - tt-rss.git/commitdiff
self-update: clarify some error messages (2)
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 23 Aug 2012 09:32:30 +0000 (13:32 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 23 Aug 2012 09:32:30 +0000 (13:32 +0400)
update.php

index 8bcfd179de2706f761e2200c6458fa7c131fc785..31210581e96395e20049bcd066f9f5a823c1fbfc 100755 (executable)
                _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)) {