diff options
author | xue <> | 2005-12-23 03:31:07 +0000 |
---|---|---|
committer | xue <> | 2005-12-23 03:31:07 +0000 |
commit | 153581e1081ba4225eb93221aced493709cb606c (patch) | |
tree | 7b2a165708d6fb8e587749e3e0fe1f813c2011aa /framework/Web/UI/TThemeManager.php | |
parent | 5c0517b7748dcfae1264d28df7ea111a67bd3aa4 (diff) |
Implemented new page storage method.
Diffstat (limited to 'framework/Web/UI/TThemeManager.php')
-rw-r--r-- | framework/Web/UI/TThemeManager.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/UI/TThemeManager.php b/framework/Web/UI/TThemeManager.php index 6c7457ee..afe3f02a 100644 --- a/framework/Web/UI/TThemeManager.php +++ b/framework/Web/UI/TThemeManager.php @@ -224,7 +224,7 @@ class TTheme extends TComponent {
list($skins,$cssFiles,$jsFiles,$timestamp)=$array;
$cacheValid=true;
- if($application->getMode()!=='Performance')
+ if($application->getMode()!==TApplication::STATE_PERFORMANCE)
{
if(($dir=opendir($themePath))===false)
throw new TIOException('theme_path_inexistent',$themePath);
|