Bugfix aggiornamento

This commit is contained in:
Thomas Zilio 2018-09-18 18:13:06 +02:00
parent f12103192b
commit 287c68b935
1 changed files with 1 additions and 1 deletions

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