From 2820a231076cc640d2de867faeba2e1a3d45a402 Mon Sep 17 00:00:00 2001 From: ewinslow Date: Tue, 2 Nov 2010 20:59:56 +0000 Subject: Refs #2463: Removed some more instances of $CONFIG->url. Added support for elgg_normalize_url to elgg_add_action_tokens_to_url git-svn-id: http://code.elgg.org/elgg/trunk@7200 36083f99-b078-4883-b0ff-0f9b5a30f544 --- install/ElggInstaller.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'install/ElggInstaller.php') diff --git a/install/ElggInstaller.php b/install/ElggInstaller.php index 1527572d6..8f7e7eb8f 100644 --- a/install/ElggInstaller.php +++ b/install/ElggInstaller.php @@ -659,15 +659,15 @@ class ElggInstaller { } if ($this->status['settings'] == FALSE) { - forward(elgg_get_site_url()."install.php?step=settings"); + forward("install.php?step=settings"); } if ($this->status['admin'] == FALSE) { - forward(elgg_get_site_url()."install.php?step=admin"); + forward("install.php?step=admin"); } // everything appears to be set up - forward(elgg_get_site_url()."install.php?step=complete"); + forward("install.php?step=complete"); } /** -- cgit v1.2.3