summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-03-06 22:48:10 +0300
committerAndrew Dolgov <[email protected]>2019-03-06 22:48:10 +0300
commit609662d48c35d56efe557e84ef23e2f5a75cbb48 (patch)
treea8990d567f33df359c0789562d7864fcf8892aa4 /classes
parent91cfd9c391c9c243b9a9ead6ca856740f156a38e (diff)
oops, fix typo
Diffstat (limited to 'classes')
-rwxr-xr-xclasses/handler/public.php2
1 files changed, 1 insertions, 1 deletions
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 "<h2>".T_sprintf("Tiny Tiny RSS database needs update to the latest version (%d to %d).",
$updater->getSchemaVersion(), SCHEMA_VERSION)."</h2>";
- if (DB_TYPE != "mysql") {
+ if (DB_TYPE == "mysql") {
print_error("<strong>READ THIS:</strong> Due to MySQL limitations, your database is not completely protected while updating. ".
"Errors may put it in an inconsistent state requiring manual rollback. <strong>BACKUP YOUR DATABASE BEFORE CONTINUING.</strong>");
} else {