summaryrefslogtreecommitdiff
path: root/framework/Web/UI/TForm.php
diff options
context:
space:
mode:
authorxue <>2006-02-08 23:18:20 +0000
committerxue <>2006-02-08 23:18:20 +0000
commitaa46c9ab78abdd23c273c5e49b402a87a2aefcdb (patch)
tree9bb054b662ff59d86736d6cee6eb0f4b1b57ba59 /framework/Web/UI/TForm.php
parent682d48577ae6e0118a11e5e6134fdbbb6048456d (diff)
Changed accessibility of a few render-related methods (needed by adapters).
Diffstat (limited to 'framework/Web/UI/TForm.php')
-rw-r--r--framework/Web/UI/TForm.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/UI/TForm.php b/framework/Web/UI/TForm.php
index 839d6c52..1a6cc21a 100644
--- a/framework/Web/UI/TForm.php
+++ b/framework/Web/UI/TForm.php
@@ -68,7 +68,7 @@ class TForm extends TControl
/**
* @internal
*/
- protected function render($writer)
+ public function render($writer)
{
$this->addAttributesToRender($writer);
$writer->renderBeginTag('form');