summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorxue <>2005-11-13 03:58:11 +0000
committerxue <>2005-11-13 03:58:11 +0000
commit36f19eaa37f65c9a264ef6daee82b809192bc030 (patch)
tree94eefaf9f8e16fb23ceded4cbf9f1df85f7d9528 /framework
parent020908b863ebf3752a707fea3f80afd872aa02c2 (diff)
modified PradoBase::getFrameworkPath
Diffstat (limited to 'framework')
-rw-r--r--framework/core.php2
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;
}
/**