diff options
author | xue <> | 2006-04-04 11:45:51 +0000 |
---|---|---|
committer | xue <> | 2006-04-04 11:45:51 +0000 |
commit | 203db4fb6f024b9c95679c5a076616e44c9095a6 (patch) | |
tree | e2f8268fc72356ee9f5f7717ff16744f514daea0 /framework/Web/UI/TThemeManager.php | |
parent | 26636c9f8358aa93f996c498347840866ae5e714 (diff) |
Fixed a bug about base class for TMemCache.
Diffstat (limited to 'framework/Web/UI/TThemeManager.php')
-rw-r--r-- | framework/Web/UI/TThemeManager.php | 1 |
1 files changed, 0 insertions, 1 deletions
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;
|