Hopefully this is now clearer

This commit is contained in:
Michael 2017-12-22 21:31:32 +00:00
parent a614b17ed5
commit 3fdfc2e425
2 changed files with 12 additions and 13 deletions

View file

@ -706,7 +706,7 @@ function update_db(App $a)
}
// run any left update_nnnn functions in update.php
for ($x = $stored; $x < $current; $x ++) {
for ($x = $stored + 1; $x <= $current; $x++) {
$r = run_update_function($x);
if (!$r) {
break;