diff options
author | xue <> | 2005-11-13 03:58:11 +0000 |
---|---|---|
committer | xue <> | 2005-11-13 03:58:11 +0000 |
commit | 36f19eaa37f65c9a264ef6daee82b809192bc030 (patch) | |
tree | 94eefaf9f8e16fb23ceded4cbf9f1df85f7d9528 | |
parent | 020908b863ebf3752a707fea3f80afd872aa02c2 (diff) |
modified PradoBase::getFrameworkPath
-rw-r--r-- | framework/core.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/core.php b/framework/core.php index 639122e1..dd79914c 100644 --- a/framework/core.php +++ b/framework/core.php @@ -502,7 +502,7 @@ class PradoBase */
public static function getFrameworkPath()
{
- return dirname(__FILE__);
+ return PRADO_DIR;
}
/**
|