summaryrefslogtreecommitdiff
path: root/framework/Web/UI/ActiveControls/TBaseActiveControl.php
diff options
context:
space:
mode:
authorctrlaltca <>2012-07-12 09:13:02 +0000
committerctrlaltca <>2012-07-12 09:13:02 +0000
commit1460b065b304943a4a96090f870fe77d8a8ba0f8 (patch)
tree9b1fea37e3261e24c2c07806cacedb929605e873 /framework/Web/UI/ActiveControls/TBaseActiveControl.php
parente1c9b061bcfacf0ff731086a509894a07049d9ef (diff)
Doc fix: it's ActiveControl.EnableUpdate, not ActiveControl.EnabledUpdate
Diffstat (limited to 'framework/Web/UI/ActiveControls/TBaseActiveControl.php')
-rw-r--r--framework/Web/UI/ActiveControls/TBaseActiveControl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/UI/ActiveControls/TBaseActiveControl.php b/framework/Web/UI/ActiveControls/TBaseActiveControl.php
index 91590942..8b4075d9 100644
--- a/framework/Web/UI/ActiveControls/TBaseActiveControl.php
+++ b/framework/Web/UI/ActiveControls/TBaseActiveControl.php
@@ -119,7 +119,7 @@ class TBaseActiveControl extends TComponent
/**
* Returns true if callback response is allowed to update the browser contents.
* Is is true if the control is initilized, and is a callback request and
- * the {@link setEnableUpdate EnabledUpdate} property is true and
+ * the {@link setEnableUpdate EnableUpdate} property is true and
* the page is not loading post data.
* @return boolean true if the callback response is allowed update
* client-side contents.