summaryrefslogtreecommitdiff
path: root/framework/core.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/core.php')
-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;
}
/**