From 985c113190f077ffe60abbf89642543851076eb9 Mon Sep 17 00:00:00 2001 From: czaks Date: Thu, 5 May 2016 09:18:36 +0200 Subject: [PATCH] ... --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.php b/install.php index 7a146c8e..21c573d1 100644 --- a/install.php +++ b/install.php @@ -805,7 +805,7 @@ if ($step == 0) { $additional_config = array(); foreach ($tests as $test) { - if ($test['result'] && $test['effect']) { + if ($test['result'] && isset($test['effect'])) { $test['effect']($additional_config); } }