Handle bulk operations on subscribers filtered by dynamic segments

[PREMIUM-69]
This commit is contained in:
Pavel Dohnal
2018-02-28 17:12:56 +00:00
parent 8837c9e14c
commit 99edc35b08
5 changed files with 181 additions and 7 deletions

View File

@@ -184,7 +184,7 @@ class Model extends \Sudzy\ValidModel {
return (int)$model['id'];
}, $rows);
if($callback !== false) {
if(is_callable($callback)) {
$callback($ids);
}