summaryrefslogtreecommitdiff
path: root/classes/handler/public.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-03-07 06:45:04 +0300
committerAndrew Dolgov <[email protected]>2019-03-07 06:45:04 +0300
commit44858ca2dd677e0ede51c7a326eeb0d598bdcf1b (patch)
tree01c0dbf7d2934a228fbd1312ec9e3fac8adf946b /classes/handler/public.php
parente91223ec7d41cc15a24117fd42f3a00c87eee201 (diff)
parent609662d48c35d56efe557e84ef23e2f5a75cbb48 (diff)
Merge branch 'master' of git.fakecake.org:tt-rss
Diffstat (limited to 'classes/handler/public.php')
-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 dc9ec2df3..a8f72e21c 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 {