mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-17 04:15:15 +02:00
Hopefully this is now clearer
This commit is contained in:
parent
a614b17ed5
commit
3fdfc2e425
2 changed files with 12 additions and 13 deletions
2
boot.php
2
boot.php
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue