mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-27 17:00:52 +01:00
...
This commit is contained in:
parent
8dac72e924
commit
985c113190
@ -805,7 +805,7 @@ if ($step == 0) {
|
|||||||
|
|
||||||
$additional_config = array();
|
$additional_config = array();
|
||||||
foreach ($tests as $test) {
|
foreach ($tests as $test) {
|
||||||
if ($test['result'] && $test['effect']) {
|
if ($test['result'] && isset($test['effect'])) {
|
||||||
$test['effect']($additional_config);
|
$test['effect']($additional_config);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user