SearchController: disable autorefresh

Makes no sense as search dashlets refresh themselves.

refs #6536
This commit is contained in:
Thomas Gelf 2014-06-23 10:50:55 +02:00
parent ea44de8698
commit a1acd52ad9

View File

@ -13,7 +13,6 @@ class SearchController extends ActionController
{ {
public function indexAction() public function indexAction()
{ {
$this->setAutorefreshInterval(10);
$search = $this->_request->getParam('q'); $search = $this->_request->getParam('q');
if (! $search) { if (! $search) {
$this->view->tabs = Widget::create('tabs')->add( $this->view->tabs = Widget::create('tabs')->add(