parent
235e75d054
commit
ee60a8df99
|
@ -447,7 +447,9 @@ class ActionController extends Zend_Controller_Action
|
|||
public function preDispatch()
|
||||
{
|
||||
$form = new AutoRefreshForm();
|
||||
$form->handleRequest();
|
||||
if (! $this->getRequest()->isApiRequest()) {
|
||||
$form->handleRequest();
|
||||
}
|
||||
$this->_helper->layout()->autoRefreshForm = $form;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue