mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-06-14 19:10:12 -04:00
lib: Do not setLayout('pdf') twice
This commit is contained in:
parent
ded045e32c
commit
97261cd8bd
1 changed files with 0 additions and 1 deletions
|
|
@ -402,7 +402,6 @@ class ActionController extends Zend_Controller_Action
|
|||
}
|
||||
|
||||
if ($req->getParam('format') === 'pdf') {
|
||||
$layout->setLayout('pdf');
|
||||
$this->shutdownSession();
|
||||
$this->sendAsPdf();
|
||||
exit;
|
||||
|
|
|
|||
Loading…
Reference in a new issue