diff options
author | javalizard <> | 2010-04-18 19:05:20 +0000 |
---|---|---|
committer | javalizard <> | 2010-04-18 19:05:20 +0000 |
commit | 8864a4629155b95fc93c9a0255a1e108786a577c (patch) | |
tree | adf1be0fcf657e2f13b647081eea42f606fa55fa /framework/Web/UI/WebControls | |
parent | f50f883a91222b5727d5b8518cecbaa4c18d3741 (diff) |
Switched the Page to getPage()
Diffstat (limited to 'framework/Web/UI/WebControls')
-rw-r--r-- | framework/Web/UI/WebControls/TWebControlDecorator.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/UI/WebControls/TWebControlDecorator.php b/framework/Web/UI/WebControls/TWebControlDecorator.php index 07102d31..6e8b2200 100644 --- a/framework/Web/UI/WebControls/TWebControlDecorator.php +++ b/framework/Web/UI/WebControls/TWebControlDecorator.php @@ -263,7 +263,7 @@ class TWebControlDecorator extends TComponent { if($this->getPreTagTemplate() || $this->getPreContentsTemplate() || $this->getPostContentsTemplate() || $this->getPostTagTemplate()) - $control->Page->onSaveStateComplete[] = array($this, 'ensureTemplateDecoration'); + $control->getPage()->onSaveStateComplete[] = array($this, 'ensureTemplateDecoration'); // OnPreRenderComplete onSaveStateComplete } |