mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
Correct the value of checked option from previous commit
This commit is contained in:
parent
ae4fa08e80
commit
466eea3cbc
@ -101,7 +101,7 @@ class etemplate_widget_tree extends etemplate_widget
|
||||
/**
|
||||
* check checkbox if exists (in case of three-state checkboxes values can be:0 unchecked- 1 - checked or -1 - unsure)
|
||||
*/
|
||||
const CHECKED = 0;
|
||||
const CHECKED = 'checked';
|
||||
|
||||
/**
|
||||
* Parse and set extra attributes from xml in template object
|
||||
|
Loading…
Reference in New Issue
Block a user