diff options
author | xue <> | 2006-02-08 23:18:20 +0000 |
---|---|---|
committer | xue <> | 2006-02-08 23:18:20 +0000 |
commit | aa46c9ab78abdd23c273c5e49b402a87a2aefcdb (patch) | |
tree | 9bb054b662ff59d86736d6cee6eb0f4b1b57ba59 /framework/Web/UI/WebControls/TValidationSummary.php | |
parent | 682d48577ae6e0118a11e5e6134fdbbb6048456d (diff) |
Changed accessibility of a few render-related methods (needed by adapters).
Diffstat (limited to 'framework/Web/UI/WebControls/TValidationSummary.php')
-rw-r--r-- | framework/Web/UI/WebControls/TValidationSummary.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/UI/WebControls/TValidationSummary.php b/framework/Web/UI/WebControls/TValidationSummary.php index 056c8f3e..027a2cee 100644 --- a/framework/Web/UI/WebControls/TValidationSummary.php +++ b/framework/Web/UI/WebControls/TValidationSummary.php @@ -230,7 +230,7 @@ class TValidationSummary extends TWebControl * Overrides parent implementation by rendering TValidationSummary-specific presentation.
* @return string the rendering result
*/
- protected function renderContents($writer)
+ public function renderContents($writer)
{
$this->renderJsSummary();
if($this->getShowSummary())
|