- FIX

parent 3d009daa
......@@ -559,6 +559,7 @@ class User extends \common\components\ActiveRecordModel implements IdentityInter
$exists = TriggerCondition::find()->where(['trigger_id'=>$trigger->id, 'condition_id'=>CheckUserToRegistration::CONDITION_ID])->exists();
if ($exists===true) {
$init = $trigger->initAction();
return true;
if ($init===true) {
return true;
} else {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment