mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
ActionController: Fix that view variable compact
is undefined
refs #4164
This commit is contained in:
parent
14b276ff06
commit
62dd0b3f1e
@ -129,6 +129,7 @@ class ActionController extends Zend_Controller_Action
|
||||
$this->_helper->layout()->showFullscreen = $request->getUrl()->shift('showFullscreen');
|
||||
$this->_helper->layout()->moduleName = $moduleName;
|
||||
|
||||
$this->view->compact = false;
|
||||
if ($request->getUrl()->getParam('view') === 'compact') {
|
||||
$request->getUrl()->remove('view');
|
||||
$this->view->compact = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user