- Устранена передача лишнего параметра в initAction

parent f6dd0e63
......@@ -55,7 +55,7 @@ class DefaultController extends BaseController
$triggerResult = Conditions::init()->handleMessageByTriggerId($message, $trigger->getPrimaryKey());
// Если триггер сработал инициируем действие
if ($triggerResult===true) {
$trigger->initAction($message);
$trigger->initAction();
$triggerIsUsed=true;
}
}
......
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