Correct the value of checked option from previous commit

This commit is contained in:
Hadi Nategh 2015-07-28 13:02:12 +00:00
parent 8d424171ae
commit 8285fb7666

View File

@ -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) * 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 * Parse and set extra attributes from xml in template object