forked from Cavemanon/cavepaintings
fix all the tests (for sqlite, php7.4, osx, at least)
This commit is contained in:
@@ -175,8 +175,7 @@ class BulkActions extends Extension
|
||||
}
|
||||
|
||||
if (is_iterable($items)) {
|
||||
$newEvent = new BulkActionEvent($action, $items);
|
||||
send_event($newEvent);
|
||||
send_event(new BulkActionEvent($action, $items));
|
||||
}
|
||||
|
||||
$page->set_mode(PageMode::REDIRECT);
|
||||
|
Reference in New Issue
Block a user