mirror of
https://github.com/friendica/friendica
synced 2025-04-25 13:10:11 +00:00
Enhance the database structure checks when they failed.
This commit is contained in:
parent
08df06ce60
commit
e21bcb82d2
4 changed files with 71 additions and 22 deletions
|
@ -175,7 +175,7 @@ function update_structure($verbose, $action) {
|
|||
if ($action) {
|
||||
$r = @$db->q($sql3);
|
||||
if(false === $r)
|
||||
$errors .= t('Errors encountered performing database changes.').$sql3.EOL;
|
||||
$errors .= t('Errors encountered performing database changes.').$sql3.EOL;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue