mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 08:14:03 +02:00
Fix line exceeds 120 characters
This commit is contained in:
parent
ee60a8df99
commit
6f1d8668a0
@ -1143,7 +1143,11 @@ class Form extends Zend_Form
|
|||||||
}
|
}
|
||||||
|
|
||||||
$formData = $this->getRequestData();
|
$formData = $this->getRequestData();
|
||||||
if ($this->getIsApiTarget() || $this->getRequest()->isApiRequest() || $this->getUidDisabled() || $this->wasSent($formData)) {
|
if ($this->getIsApiTarget()
|
||||||
|
|| $this->getRequest()->isApiRequest()
|
||||||
|
|| $this->getUidDisabled()
|
||||||
|
|| $this->wasSent($formData)
|
||||||
|
) {
|
||||||
if (($frameUpload = (bool) $request->getUrl()->shift('_frameUpload', false))) {
|
if (($frameUpload = (bool) $request->getUrl()->shift('_frameUpload', false))) {
|
||||||
$this->getView()->layout()->setLayout('wrapped');
|
$this->getView()->layout()->setLayout('wrapped');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user