1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ttrss_ynh.git synced 2024-10-01 13:34:46 +02:00

Update update.php

This commit is contained in:
abeudin 2014-12-17 11:38:50 +01:00
parent 09862d966c
commit d68805e97b

View file

@ -311,8 +311,8 @@
_debug("WARNING: please backup your database before continuing."); _debug("WARNING: please backup your database before continuing.");
_debug("Type 'yes' to continue."); _debug("Type 'yes' to continue.");
if (read_stdin() != 'yes') //if (read_stdin() != 'yes')
exit; // exit;
for ($i = $updater->getSchemaVersion() + 1; $i <= SCHEMA_VERSION; $i++) { for ($i = $updater->getSchemaVersion() + 1; $i <= SCHEMA_VERSION; $i++) {
_debug("performing update up to version $i..."); _debug("performing update up to version $i...");