diff --git a/functions.php b/functions.php index 546a5f1d..99cea3e6 100644 --- a/functions.php +++ b/functions.php @@ -2386,7 +2386,7 @@ $release_url = $last_item["link"]; - if ($cur_version == $last_version) { + if ($cur_version != $last_version) { return "
New version of Tiny-Tiny RSS ($last_version) is available.
"; }