Browse Source

...

gitIgnore1
czaks 8 years ago
parent
commit
985c113190
  1. 2
      install.php

2
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);
}
}

Loading…
Cancel
Save