From cdc717b88f7533d390601397960a3907b12aea1a Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Sun, 9 Mar 2014 01:56:05 +0100 Subject: [PATCH] No search autorefresh unless fixed --- application/controllers/SearchController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');