fixed typo giving fatal error with template infolog.edit

This commit is contained in:
Ralf Becker 2011-08-21 17:13:08 +00:00
parent e3bea68512
commit 7b89481b76

View File

@ -16,7 +16,7 @@
* *
* Multiple checkbox widgets can have the same name ending in [], in which case an array with the set_val's of the checked boxes get returned. * Multiple checkbox widgets can have the same name ending in [], in which case an array with the set_val's of the checked boxes get returned.
*/ */
class etemplate_widget_button extends etemplate_widget class etemplate_widget_checkbox extends etemplate_widget
{ {
/** /**
* (Array of) comma-separated list of legacy options to automatically replace when parsing with set_attrs * (Array of) comma-separated list of legacy options to automatically replace when parsing with set_attrs