we do not need backgroundtext anymore
This commit is contained in:
parent
9d45600fce
commit
79db270b90
@ -29,13 +29,8 @@ if (!$GLOBALS['enableRegistration']) {
|
||||
|
||||
require_once 'HTML/QuickForm2.php';
|
||||
require_once 'HTML/QuickForm2/Renderer.php';
|
||||
require_once 'HTML/QuickForm2/Element/BackgroundText.php';
|
||||
require_once 'HTML/QuickForm2/Element/NumeralCaptcha.php';
|
||||
|
||||
HTML_QuickForm2_Factory::registerElement(
|
||||
'backgroundtext',
|
||||
'HTML_QuickForm2_Element_BackgroundText'
|
||||
);
|
||||
//we register a strange name here so we can change the class
|
||||
// itself easily
|
||||
HTML_QuickForm2_Factory::registerElement(
|
||||
|
Loading…
Reference in New Issue
Block a user