summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/active-controls/protected/pages/NestedActiveControls.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/active-controls/protected/pages/NestedActiveControls.php')
-rw-r--r--tests/FunctionalTests/active-controls/protected/pages/NestedActiveControls.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/FunctionalTests/active-controls/protected/pages/NestedActiveControls.php b/tests/FunctionalTests/active-controls/protected/pages/NestedActiveControls.php
index 4c6190ee..76b77ff7 100644
--- a/tests/FunctionalTests/active-controls/protected/pages/NestedActiveControls.php
+++ b/tests/FunctionalTests/active-controls/protected/pages/NestedActiveControls.php
@@ -5,7 +5,7 @@ class NestedActiveControls extends TPage
function callback1_requested($sender, $param)
{
$this->content1->visible = true;
- $this->panel1->render($param->output);
+ $this->panel1->render($param->NewWriter);
}
function button1_clicked($sender, $param)