summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/features/protected/controls/LabeledTextbox.php
diff options
context:
space:
mode:
authorwei <>2006-04-28 05:22:14 +0000
committerwei <>2006-04-28 05:22:14 +0000
commit19989e32667e653d9dd65066ba26c91562a3cdc8 (patch)
tree37b83db6fe5460cb083a084931db48f89e8f8f83 /tests/FunctionalTests/features/protected/controls/LabeledTextbox.php
parenteb2a6e9431445b3cb24be4b75f02f07aef70aebc (diff)
Fixed #68 and update TinyMCE to 2.0.5.1
Diffstat (limited to 'tests/FunctionalTests/features/protected/controls/LabeledTextbox.php')
-rw-r--r--tests/FunctionalTests/features/protected/controls/LabeledTextbox.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/FunctionalTests/features/protected/controls/LabeledTextbox.php b/tests/FunctionalTests/features/protected/controls/LabeledTextbox.php
index 33396734..e190abd4 100644
--- a/tests/FunctionalTests/features/protected/controls/LabeledTextbox.php
+++ b/tests/FunctionalTests/features/protected/controls/LabeledTextbox.php
@@ -7,7 +7,7 @@ class LabeledTextBox extends TCompositeControl
{
public function getTextBox()
{
- return $this->textbox;
+ return $this->getRegisteredObject('textbox');
}
public function getLabel()