mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:15:55 +00:00
actually check for failures properly in the dbupdater
This commit is contained in:
@@ -325,7 +325,7 @@
|
||||
for ($i = $updater->getSchemaVersion() + 1; $i <= SCHEMA_VERSION; $i++) {
|
||||
_debug("performing update up to version $i...");
|
||||
|
||||
$result = $updater->performUpdateTo($i);
|
||||
$result = $updater->performUpdateTo($i, false);
|
||||
|
||||
_debug($result ? "OK!" : "FAILED!");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user