No search autorefresh unless fixed

This commit is contained in:
Thomas Gelf 2014-03-09 01:56:05 +01:00
parent f31e697d72
commit cdc717b88f
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class SearchController extends ActionController
{
public function indexAction()
{
$this->setAutorefreshInterval(10);
// $this->setAutorefreshInterval(10);
$search = $this->_request->getParam('q');
$dashboard = Widget::create('dashboard')->createPane('Search');
$pane = $dashboard->getPane('Search');