From a1acd52ad9b6dc2c755035fb648b24ed5e57b77b Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Mon, 23 Jun 2014 10:50:55 +0200 Subject: [PATCH] SearchController: disable autorefresh Makes no sense as search dashlets refresh themselves. refs #6536 --- application/controllers/SearchController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/application/controllers/SearchController.php b/application/controllers/SearchController.php index f14e1b544..22d05689d 100644 --- a/application/controllers/SearchController.php +++ b/application/controllers/SearchController.php @@ -13,7 +13,6 @@ class SearchController extends ActionController { public function indexAction() { - $this->setAutorefreshInterval(10); $search = $this->_request->getParam('q'); if (! $search) { $this->view->tabs = Widget::create('tabs')->add(