From: friendica Date: Thu, 9 Feb 2012 23:13:34 +0000 (-0800) Subject: bug #273 - no $baseurl variable expansion in install template X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=795e02aa1490f6238e6ed719a0bf3604931eec3d;p=friendica.git bug #273 - no $baseurl variable expansion in install template --- diff --git a/mod/install.php b/mod/install.php index f7820fc804..33502938a9 100755 --- a/mod/install.php +++ b/mod/install.php @@ -210,6 +210,7 @@ function install_content(&$a) { '$next' => t('Next'), '$reload' => t('Check again'), '$phpath' => $phpath, + '$baseurl' => $a->get_baseurl(), )); return $o; }; break;