mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-23 05:54:03 +01:00
Bugfix aggiornamento
This commit is contained in:
parent
f12103192b
commit
287c68b935
@ -374,7 +374,7 @@ class Update
|
||||
if (!self::isUpdateCompleted()) {
|
||||
$update = self::getCurrentUpdate();
|
||||
|
||||
$file = DOCROOT.$update['directory'].$update['filename'];
|
||||
$file = DOCROOT.'/'.$update['directory'].$update['filename'];
|
||||
|
||||
$database = Database::getConnection();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user