1
0
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:
Thomas Zilio 2018-09-18 18:13:06 +02:00
parent f12103192b
commit 287c68b935

View File

@ -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();