1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 01:25:55 +00:00

self-update: update up to date prompt

This commit is contained in:
Andrew Dolgov
2012-08-23 22:02:29 +04:00
parent 27211afe92
commit 1280612515
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@
_debug("Target version: $target_version");
if (version_compare(VERSION, $target_version) != -1 && !$force) {
_debug("You are on the latest version. Update not needed.");
_debug("Your Tiny Tiny RSS installation is up to date.");
exit;
}
if (file_exists($target_dir)) {