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/TThemeManager.php | 1 + 1 file changed, 1 insertion(+) (limited to 'framework/Web/UI/TThemeManager.php') diff --git a/framework/Web/UI/TThemeManager.php b/framework/Web/UI/TThemeManager.php index 410976c4..59b794ce 100644 --- a/framework/Web/UI/TThemeManager.php +++ b/framework/Web/UI/TThemeManager.php @@ -229,6 +229,7 @@ class TTheme extends TApplicationComponent implements ITheme */ public function __construct($themePath,$themeUrl) { + parent::__construct(); $this->_themeUrl=$themeUrl; $this->_themePath=realpath($themePath); $this->_name=basename($themePath); -- cgit v1.2.3