1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-09-23 19:18:21 +02:00
This commit is contained in:
czaks 2016-05-05 09:18:36 +02:00
parent 8dac72e924
commit 985c113190

View File

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