mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2026-05-28 04:35:53 -04:00
QuickForm: add missing beforeSetup hook
This commit is contained in:
parent
5faf7c8612
commit
16bc8bf6b3
1 changed files with 4 additions and 0 deletions
|
|
@ -290,6 +290,10 @@ abstract class QuickForm extends Zend_Form
|
|||
return $url;
|
||||
}
|
||||
|
||||
protected function beforeSetup()
|
||||
{
|
||||
}
|
||||
|
||||
public function setup()
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue