diff options
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())
|