Merge branch 'release/3.3'

This commit is contained in:
Dylan K. Taylor 2018-10-07 16:36:43 +01:00
commit cc876b0e03

View File

@ -92,10 +92,6 @@ abstract class Event{
$currentList = $handlerList;
while($currentList !== null){
foreach($currentList->getListenersByPriority($priority) as $registration){
if(!$registration->getPlugin()->isEnabled()){
continue;
}
$registration->callEvent($this);
}