Re-enable search result autorefresh as it should work fine right now

This commit is contained in:
Thomas Gelf 2014-03-25 12:14:26 +00:00
parent 36f31f9f02
commit 440b1cf730
1 changed files with 1 additions and 1 deletions

View File

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