diff options
author | xue <> | 2006-04-21 10:53:19 +0000 |
---|---|---|
committer | xue <> | 2006-04-21 10:53:19 +0000 |
commit | e57fc66ee3f5259b4f7cbd18a1cd0f6da6176f5d (patch) | |
tree | d813827b29a5d417306930f0723cf0ceb3392377 /framework/Web/UI/TThemeManager.php | |
parent | a7f8344cc6d2067352c524e5d2d2fcdc58b71cab (diff) |
Fixed #139.
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 23189cae..83032684 100644 --- a/framework/Web/UI/TThemeManager.php +++ b/framework/Web/UI/TThemeManager.php @@ -107,7 +107,6 @@ class TThemeManager extends TModule $this->_basePath=Prado::getPathOfAlias($value);
if($this->_basePath===null || !is_dir($this->_basePath))
throw new TInvalidDataValueException('thememanager_basepath_invalid',$value);
- $this->_basePath=$value;
}
}
|