Re-enable search result autorefresh as it should work fine right now
This commit is contained in:
parent
36f31f9f02
commit
440b1cf730
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue