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…
Reference in New Issue