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

2022.09-rc
friendica 2012-02-09 15:13:34 -08:00
rodzic ec26f88be9
commit 795e02aa14
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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