From 609662d48c35d56efe557e84ef23e2f5a75cbb48 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 6 Mar 2019 22:48:10 +0300 Subject: oops, fix typo --- classes/handler/public.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes') 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 { -- cgit v1.2.3