diff --git a/application/controllers/SearchController.php b/application/controllers/SearchController.php index 530db3c66..7f539f480 100644 --- a/application/controllers/SearchController.php +++ b/application/controllers/SearchController.php @@ -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');