EndActionExecute event should only run if the Action is not overridden
This commit is contained in:
parent
9712a92853
commit
15643c802b
@ -125,11 +125,10 @@ class Action extends HTMLOutputter // lawsuit
|
||||
} else {
|
||||
common_debug('Prepare failed for Action.');
|
||||
}
|
||||
|
||||
$this->flush();
|
||||
Event::handle('EndActionExecute', array($this));
|
||||
}
|
||||
|
||||
$this->flush();
|
||||
|
||||
Event::handle('EndActionExecute', array($this));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user