Fixing #issuecomment-456403983
This commit is contained in:
parent
c1896eee34
commit
5b2f394e3e
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ class Update
|
|||
|
||||
// update the structure in one call
|
||||
$retval = DBStructure::update($basePath, $verbose, true);
|
||||
if ($retval) {
|
||||
if (!empty($retval)) {
|
||||
if ($sendMail) {
|
||||
self::updateFailed(
|
||||
DB_UPDATE_VERSION,
|
||||
|
|
Loading…
Reference in a new issue