summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index 546a5f1d5..99cea3e6f 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 "<div class=\"notice\"><a target=\"_new\" href=\"$release_url\">
New version of Tiny-Tiny RSS ($last_version) is available.</a></div>";
}