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

parent b43c31f5
......@@ -23,7 +23,7 @@ class CheckEmailToUnsubscribed extends ConditionBase implements ConditionInterfa
* @param $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