Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2018-01-30 14:41:56 +01:00
parent 7ae31496ac
commit a6b2daa77d

View File

@@ -275,7 +275,7 @@ class FroxlorInstall
$content .= "</table>";
// check if we have unrecoverable errors
if ($fatal_fail || $another_fai || $this->_abort) {
if ($fatal_fail || $another_fail || $this->_abort) {
// D'oh
$navigation = '';
$msgcolor = 'red';