diff options
author | friendica <info@friendica.com> | 2012-02-09 15:13:34 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-09 15:13:34 -0800 |
commit | 795e02aa1490f6238e6ed719a0bf3604931eec3d (patch) | |
tree | 3bfe20ca9c27a3690fe32d2739b236f91050845c /mod/install.php | |
parent | ec26f88be9876b75044c37219018bf1337f8d61e (diff) | |
download | volse-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/install.php')
-rwxr-xr-x | mod/install.php | 1 |
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; |