aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-02-09 15:13:34 -0800
committerfriendica <info@friendica.com>2012-02-09 15:13:34 -0800
commit795e02aa1490f6238e6ed719a0bf3604931eec3d (patch)
tree3bfe20ca9c27a3690fe32d2739b236f91050845c /mod
parentec26f88be9876b75044c37219018bf1337f8d61e (diff)
downloadvolse-hubzilla-795e02aa1490f6238e6ed719a0bf3604931eec3d.tar.gz
volse-hubzilla-795e02aa1490f6238e6ed719a0bf3604931eec3d.tar.bz2
volse-hubzilla-795e02aa1490f6238e6ed719a0bf3604931eec3d.zip
bug #273 - no $baseurl variable expansion in install template
Diffstat (limited to 'mod')
-rwxr-xr-xmod/install.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/install.php b/mod/install.php
index f7820fc80..33502938a 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;