mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-23 23:20:57 +01:00
...
This commit is contained in:
parent
8dac72e924
commit
985c113190
@ -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…
Reference in New Issue
Block a user