diff options
author | xue <> | 2005-12-04 04:25:45 +0000 |
---|---|---|
committer | xue <> | 2005-12-04 04:25:45 +0000 |
commit | 0dda82c2a13ed09a2520dda9b420e8f90703c67b (patch) | |
tree | 27815328ce64437ff5e34cb163557d365b316abc /framework/Web/UI/TControl.php | |
parent | 3ea63072225a473239227facfabde294bb58ed1d (diff) |
Diffstat (limited to 'framework/Web/UI/TControl.php')
-rw-r--r-- | framework/Web/UI/TControl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/UI/TControl.php b/framework/Web/UI/TControl.php index 0e601386..e568df65 100644 --- a/framework/Web/UI/TControl.php +++ b/framework/Web/UI/TControl.php @@ -960,7 +960,7 @@ class TControl extends TComponent * Only framework developers should use this method.
* @param TControl the naming container control
*/
- protected function initRecursive($namingContainer)
+ protected function initRecursive($namingContainer=null)
{
$this->ensureChildControls();
if($this->getHasControls())
|