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/TListControl.php | |
parent | 682d48577ae6e0118a11e5e6134fdbbb6048456d (diff) |
Changed accessibility of a few render-related methods (needed by adapters).
Diffstat (limited to 'framework/Web/UI/WebControls/TListControl.php')
-rw-r--r-- | framework/Web/UI/WebControls/TListControl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/UI/WebControls/TListControl.php b/framework/Web/UI/WebControls/TListControl.php index 169cc72c..55a46171 100644 --- a/framework/Web/UI/WebControls/TListControl.php +++ b/framework/Web/UI/WebControls/TListControl.php @@ -514,7 +514,7 @@ abstract class TListControl extends TDataBoundControl * This method renders items contained in the list control as the body content.
* @param THtmlWriter writer
*/
- protected function renderContents($writer)
+ public function renderContents($writer)
{
if($this->_items)
{
|