diff options
author | carlgmathisen <> | 2008-11-11 21:56:02 +0000 |
---|---|---|
committer | carlgmathisen <> | 2008-11-11 21:56:02 +0000 |
commit | 3a3c7d6225029cfa299ea28814a6754ebdd363b5 (patch) | |
tree | a5492f6187a66cfae6c978b04ab5ffdc51278b00 /framework/Web/TAssetManager.php | |
parent | 07f759fd1210019d9ca112a1f7d6ae0510a9d687 (diff) |
Issue 62
Diffstat (limited to 'framework/Web/TAssetManager.php')
-rw-r--r-- | framework/Web/TAssetManager.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/TAssetManager.php b/framework/Web/TAssetManager.php index 0ea8fed7..7925d209 100644 --- a/framework/Web/TAssetManager.php +++ b/framework/Web/TAssetManager.php @@ -113,7 +113,7 @@ class TAssetManager extends TModule {
$this->_basePath=Prado::getPathOfNamespace($value);
if($this->_basePath===null || !is_dir($this->_basePath) || !is_writable($this->_basePath))
- throw new TInvalidDataValueException('assetmanage_basepath_invalid',$value);
+ throw new TInvalidDataValueException('assetmanager_basepath_invalid',$value);
}
}
|