bug #273 - no $baseurl variable expansion in install template

This commit is contained in:
friendica 2012-02-09 15:13:34 -08:00
parent ec26f88be9
commit 795e02aa14
1 changed files with 1 additions and 0 deletions

View File

@ -210,6 +210,7 @@ function install_content(&$a) {
'$next' => t('Next'), '$next' => t('Next'),
'$reload' => t('Check again'), '$reload' => t('Check again'),
'$phpath' => $phpath, '$phpath' => $phpath,
'$baseurl' => $a->get_baseurl(),
)); ));
return $o; return $o;
}; break; }; break;