Fix DB_UPDATE_VERSION constant

This commit is contained in:
Philipp Holzer 2019-07-21 14:34:42 +02:00
parent 3d93ef9cea
commit 7aa9917ca8
No known key found for this signature in database
GPG Key ID: D8365C3D36B77D90
1 changed files with 5 additions and 0 deletions

View File

@ -57,6 +57,11 @@ class Database
$this->connect();
DBA::init($this);
if ($this->isConnected()) {
// Loads DB_UPDATE_VERSION constant
DBStructure::definition($configCache->get('system', 'basepath'), false);
}
}
private function readServerVariables(array $server)