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
1 changed files with 0 additions and 1 deletions

View File

@ -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(