From 36f19eaa37f65c9a264ef6daee82b809192bc030 Mon Sep 17 00:00:00 2001 From: xue <> Date: Sun, 13 Nov 2005 03:58:11 +0000 Subject: modified PradoBase::getFrameworkPath --- framework/core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework') 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; } /** -- cgit v1.2.3