Merge pull request #6728 from nupplaphil/issue/6337-warnings

Fixing Update retval warning
2022.09-rc
Tobias Diekershoff 2019-02-23 10:23:46 +01:00 zatwierdzone przez GitHub
commit 26931f2301
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -94,7 +94,7 @@ class Update
// update the structure in one call // update the structure in one call
$retval = DBStructure::update($basePath, $verbose, true); $retval = DBStructure::update($basePath, $verbose, true);
if ($retval) { if (!empty($retval)) {
if ($sendMail) { if ($sendMail) {
self::updateFailed( self::updateFailed(
DB_UPDATE_VERSION, DB_UPDATE_VERSION,