mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-28 22:49:38 +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()) {
|
||||
$result = self::getDatabaseVersion();
|
||||
} else {
|
||||
$result = end(self::getCoreUpdates());
|
||||
$updatelist = self::getCoreUpdates();
|
||||
$result = end($updatelist);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user