]> git.wh0rd.org - tt-rss.git/blobdiff - update.php
actually check for failures properly in the dbupdater
[tt-rss.git] / update.php
index 54401f99acfbffd2476bb4594954b25771fa64c2..f174361853a9106269cdb01264ad28b339d224d9 100755 (executable)
                        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!");