diff options
author | jrags <> | 2006-09-24 04:23:35 +0000 |
---|---|---|
committer | jrags <> | 2006-09-24 04:23:35 +0000 |
commit | 55d6875b434e64f635ef9f4b8912f215325edee6 (patch) | |
tree | a7c30dce8c0c788f7e8d05d0850887590e181f80 | |
parent | 75583383a6c00704837a753741abfc049dcc5a90 (diff) |
"fixing typo in config exception"
-rw-r--r-- | framework/Web/TUrlMapping.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/TUrlMapping.php b/framework/Web/TUrlMapping.php index 62656563..a5d6abf8 100644 --- a/framework/Web/TUrlMapping.php +++ b/framework/Web/TUrlMapping.php @@ -115,7 +115,7 @@ class TUrlMapping extends THttpRequest public function setConfigFile($value)
{
if(($this->_configFile=Prado::getPathOfNamespace($value,self::CONFIG_FILE_EXT))===null)
- throw new TConfigurationException('logrouter_configfile_invalid',$value);
+ throw new TConfigurationException('urlpath_configfile_invalid',$value);
}
/**
|