icingaweb2/library
Eric Lippmann 0822aff293 library/form: Fix return value of `getName()' not being filterd the first time it's called
`Form::getName()' auto-detects the form's name if it's not set and sets the form's name using `Zend_Form::setName()'.
`Zend_Form::setName()' then filters the form name stripping backslash '\' characters. The first call to `Form::getName()'
did not regard the filtering and thus returned the unfiltered name which led to `Form::wasSent()' returning `false'.

refs #5525
2014-09-01 14:40:45 +02:00
..
Icinga library/form: Fix return value of `getName()' not being filterd the first time it's called 2014-09-01 14:40:45 +02:00
IcingaVendor vendor/lessphp: we don't need travis.yml right now 2014-06-05 00:15:31 +00:00