From 03d72f274011422865fab69b4a6210c77a97eabe Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 26 Mar 2011 23:43:30 +0000 Subject: Fixes #3250 elgg_get_root_path() to be consistent git-svn-id: http://code.elgg.org/elgg/trunk@8863 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/profile/start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/profile') diff --git a/mod/profile/start.php b/mod/profile/start.php index 2106ee0ac..cc4c74fb2 100644 --- a/mod/profile/start.php +++ b/mod/profile/start.php @@ -66,7 +66,7 @@ function profile_page_handler($page) { if ($action == 'edit') { // use the core profile edit page - $base_dir = elgg_get_root_dir(); + $base_dir = elgg_get_root_path(); require "{$base_dir}pages/profile/edit.php"; return; } -- cgit v1.2.3