diff options
author | xue <> | 2006-02-20 23:25:30 +0000 |
---|---|---|
committer | xue <> | 2006-02-20 23:25:30 +0000 |
commit | eecb18e702bc269bbf7fd5b4f8a9ec9e18557031 (patch) | |
tree | 57bfa51874585eb7d092254bab627a416adf7e7a /framework/Web/UI/TPage.php | |
parent | 8e5627918e7f0c437df1a47af27545132a1c3cbc (diff) |
Code cleanup and added some documentation.
Diffstat (limited to 'framework/Web/UI/TPage.php')
-rw-r--r-- | framework/Web/UI/TPage.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/UI/TPage.php b/framework/Web/UI/TPage.php index aa188a03..f0525e76 100644 --- a/framework/Web/UI/TPage.php +++ b/framework/Web/UI/TPage.php @@ -663,7 +663,7 @@ class TPage extends TTemplateControl public function ensureRenderInForm($control)
{
if(!$this->_inFormRender)
- throw new TConfigurationException('page_control_outofform',get_class($control),$control->getUniqueID());
+ throw new TConfigurationException('page_control_outofform',$control->getUniqueID());
}
/**
|