diff --git a/classes/handler/public.php b/classes/handler/public.php
index 6456853a6..f700afd79 100755
--- a/classes/handler/public.php
+++ b/classes/handler/public.php
@@ -1177,7 +1177,7 @@ class Handler_Public extends Handler {
print "
".T_sprintf("Tiny Tiny RSS database needs update to the latest version (%d to %d).",
$updater->getSchemaVersion(), SCHEMA_VERSION)."
";
- if (DB_TYPE != "mysql") {
+ if (DB_TYPE == "mysql") {
print_error("READ THIS: Due to MySQL limitations, your database is not completely protected while updating. ".
"Errors may put it in an inconsistent state requiring manual rollback. BACKUP YOUR DATABASE BEFORE CONTINUING.");
} else {