From da5aa66e3e0d13e8fe4766168fb992183f107780 Mon Sep 17 00:00:00 2001 From: cash Date: Wed, 20 Oct 2010 00:07:56 +0000 Subject: Fixes #2570 - cannot replicate issue with current_page_url() so returned to using it - fixes subdirectory install issue git-svn-id: http://code.elgg.org/elgg/trunk@7100 36083f99-b078-4883-b0ff-0f9b5a30f544 --- install/ElggInstaller.php | 1 + 1 file changed, 1 insertion(+) (limited to 'install') diff --git a/install/ElggInstaller.php b/install/ElggInstaller.php index 66d1038ab..5cc9258ec 100644 --- a/install/ElggInstaller.php +++ b/install/ElggInstaller.php @@ -746,6 +746,7 @@ class ElggInstaller { /** * Get the best guess at the base URL + * @note Cannot use current_page_url() because it depends on $CONFIG->wwwroot * @todo Should this be a core function? * @return string */ -- cgit v1.2.3