diff options
Diffstat (limited to 'framework')
-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;
}
/**
|