sforkowany z mirror/friendica
Fix DB_UPDATE_VERSION constant
rodzic
3d93ef9cea
commit
7aa9917ca8
|
@ -57,6 +57,11 @@ class Database
|
||||||
$this->connect();
|
$this->connect();
|
||||||
|
|
||||||
DBA::init($this);
|
DBA::init($this);
|
||||||
|
|
||||||
|
if ($this->isConnected()) {
|
||||||
|
// Loads DB_UPDATE_VERSION constant
|
||||||
|
DBStructure::definition($configCache->get('system', 'basepath'), false);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private function readServerVariables(array $server)
|
private function readServerVariables(array $server)
|
||||||
|
|
Ładowanie…
Reference in New Issue