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