summaryrefslogtreecommitdiff
path: root/framework/Web/UI/ActiveControls/TActiveCheckBoxList.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Web/UI/ActiveControls/TActiveCheckBoxList.php')
-rw-r--r--framework/Web/UI/ActiveControls/TActiveCheckBoxList.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/UI/ActiveControls/TActiveCheckBoxList.php b/framework/Web/UI/ActiveControls/TActiveCheckBoxList.php
index 50b0a1bd..1f8d01c9 100644
--- a/framework/Web/UI/ActiveControls/TActiveCheckBoxList.php
+++ b/framework/Web/UI/ActiveControls/TActiveCheckBoxList.php
@@ -23,7 +23,7 @@ Prado::using('System.Web.UI.ActiveControls.TActiveListControlAdapter');
* Thus, when a checkbox is clicked a {@link onCallback OnCallback} event is
* raised after {@link OnSelectedIndexChanged} event.
*
- * With {@link TBaseActiveControl::setEnableUpdate() ActiveControl.EnabledUpdate}
+ * With {@link TBaseActiveControl::setEnableUpdate() ActiveControl.EnableUpdate}
* set to true (default is true), changes to the selection will be updated
* on the client side.
*