mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2026-05-28 04:35:53 -04:00
QuickForm: allow public access to getSentValue
This commit is contained in:
parent
775cf0104e
commit
de3c824fb2
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ abstract class QuickForm extends Zend_Form
|
|||
$this->getElement(self::ID)->setIgnore(true);
|
||||
}
|
||||
|
||||
protected function getSentValue($name, $default = null)
|
||||
public function getSentValue($name, $default = null)
|
||||
{
|
||||
$request = $this->getRequest();
|
||||
if ($request->isPost() && $this->hasBeenSent()) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue