mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +02:00
Revert postDispatch -> preDispatch change in ActionController
refs #4190
This commit is contained in:
parent
5d86eab8c4
commit
b0709d8cba
@ -335,9 +335,9 @@ class ActionController extends Zend_Controller_Action
|
|||||||
/**
|
/**
|
||||||
* Detect whether the current request requires changes in the layout and apply them before rendering
|
* Detect whether the current request requires changes in the layout and apply them before rendering
|
||||||
*
|
*
|
||||||
* @see Zend_Controller_Action::preDispatch()
|
* @see Zend_Controller_Action::postDispatch()
|
||||||
*/
|
*/
|
||||||
public function preDispatch()
|
public function postDispatch()
|
||||||
{
|
{
|
||||||
Benchmark::measure('Action::postDispatch()');
|
Benchmark::measure('Action::postDispatch()');
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user