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 --- engine/lib/configuration.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engine/lib/configuration.php') diff --git a/engine/lib/configuration.php b/engine/lib/configuration.php index 4679a70d8..cbc083bd0 100644 --- a/engine/lib/configuration.php +++ b/engine/lib/configuration.php @@ -62,12 +62,12 @@ function elgg_get_data_path() { } /** - * Get the root directory for this installation + * Get the root directory path for this installation * * @return string * @since 1.8.0 */ -function elgg_get_root_dir() { +function elgg_get_root_path() { global $CONFIG; return $CONFIG->path; } -- cgit v1.2.3