From 19989e32667e653d9dd65066ba26c91562a3cdc8 Mon Sep 17 00:00:00 2001 From: wei <> Date: Fri, 28 Apr 2006 05:22:14 +0000 Subject: Fixed #68 and update TinyMCE to 2.0.5.1 --- tests/FunctionalTests/features/protected/controls/LabeledTextbox.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/FunctionalTests/features/protected/controls') 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() -- cgit v1.2.3