mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-09 16:44:26 +02: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