Selaa lähdekoodia

...

pull/47/head^2
czaks 8 vuotta sitten
vanhempi
commit
985c113190
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      install.php

+ 1
- 1
install.php Näytä tiedosto

@@ -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…
Peruuta
Tallenna