From 6808797813167ac3ea343dfc794c036d95c6d8af Mon Sep 17 00:00:00 2001 From: javalizard <> Date: Sun, 18 Apr 2010 03:32:22 +0000 Subject: ensured that the UI are calling their parent __construct methods --- framework/Web/UI/TClientScriptManager.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'framework/Web/UI/TClientScriptManager.php') diff --git a/framework/Web/UI/TClientScriptManager.php b/framework/Web/UI/TClientScriptManager.php index 200bcba5..f6be8217 100644 --- a/framework/Web/UI/TClientScriptManager.php +++ b/framework/Web/UI/TClientScriptManager.php @@ -88,6 +88,7 @@ class TClientScriptManager extends TApplicationComponent */ public function __construct(TPage $owner) { + parent::__construct(); $this->_page=$owner; } @@ -695,6 +696,7 @@ abstract class TClientSideOptions extends TComponent */ public function __construct() { + parent::__construct(); $this->_options = Prado::createComponent('System.Collections.TMap'); } -- cgit v1.2.3