mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 07:14:35 +02:00
parent
6d26240d6d
commit
b4000d34fb
@ -1,4 +1,6 @@
|
||||
<?php
|
||||
// @codingStandardsIgnoreStart
|
||||
|
||||
// {{{ICINGA_LICENSE_HEADER}}}
|
||||
/**
|
||||
* This file is part of Icinga 2 Web.
|
||||
@ -67,3 +69,4 @@ EOT;
|
||||
return $html;
|
||||
}
|
||||
}
|
||||
// @codingStandardsIgnoreEnd
|
||||
|
@ -160,7 +160,8 @@ class Form extends Zend_Form
|
||||
*
|
||||
* @param boolean $bool False to not inform users when they leave modified forms, otherwise true
|
||||
*/
|
||||
public function setIgnoreChangeDiscarding($bool) {
|
||||
public function setIgnoreChangeDiscarding($bool)
|
||||
{
|
||||
$this->ignoreChangeDiscarding = (boolean) $bool;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user