fix froxlor:update cli command; fix html-syntax issue in updater-result-template which leads to a white page after update

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2023-10-18 17:08:30 +02:00
parent 95abe465ef
commit b98035bf3a
3 changed files with 4 additions and 4 deletions

View File

@@ -85,7 +85,7 @@ class Update
self::$update_tasks[self::$task_counter]['result'] = 1;
break;
default:
self::$update_tasks[self::$task_counter]['result'] = -1;
self::$update_tasks[self::$task_counter]['result'] = -1;
break;
}