From 203db4fb6f024b9c95679c5a076616e44c9095a6 Mon Sep 17 00:00:00 2001 From: xue <> Date: Tue, 4 Apr 2006 11:45:51 +0000 Subject: Fixed a bug about base class for TMemCache. --- framework/Web/UI/TThemeManager.php | 1 - 1 file changed, 1 deletion(-) (limited to 'framework/Web/UI/TThemeManager.php') diff --git a/framework/Web/UI/TThemeManager.php b/framework/Web/UI/TThemeManager.php index f2de22f5..23189cae 100644 --- a/framework/Web/UI/TThemeManager.php +++ b/framework/Web/UI/TThemeManager.php @@ -214,7 +214,6 @@ class TTheme extends TApplicationComponent implements ITheme if(($cache=$this->getApplication()->getCache())!==null) { $array=$cache->get(self::THEME_CACHE_PREFIX.$themePath); - //print_r($array);die('here'); if(is_array($array)) { list($skins,$cssFiles,$jsFiles,$timestamp)=$array; -- cgit v1.2.3