- Доработка метода check согласно изменениям в интерфейсе

parent db4df798
......@@ -24,7 +24,7 @@ class CheckEmailToReading extends ConditionBase implements ConditionInterface {
* @param \common\modules\triggers\models\TriggerSchedule $message
* @return bool
*/
public function check($message){
public function check($message=null, $params = array()){
if (!is_null($message)) {
// Создаем объект унисендера
$sender=new UnisenderAPI();
......
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