mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-18 20:40:36 +01:00
Risoluzione problema installazione, Fix #130
This commit is contained in:
parent
7b8876d54a
commit
cdffe0f2bf
@ -242,7 +242,8 @@ class Update
|
|||||||
if ($database->isInstalled()) {
|
if ($database->isInstalled()) {
|
||||||
$result = self::getDatabaseVersion();
|
$result = self::getDatabaseVersion();
|
||||||
} else {
|
} else {
|
||||||
$result = end(self::getCoreUpdates());
|
$updatelist = self::getCoreUpdates();
|
||||||
|
$result = end($updatelist);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user