sforkowany z mirror/friendica
bug #273 - no $baseurl variable expansion in install template
rodzic
ec26f88be9
commit
795e02aa14
|
@ -210,6 +210,7 @@ function install_content(&$a) {
|
|||
'$next' => t('Next'),
|
||||
'$reload' => t('Check again'),
|
||||
'$phpath' => $phpath,
|
||||
'$baseurl' => $a->get_baseurl(),
|
||||
));
|
||||
return $o;
|
||||
}; break;
|
||||
|
|
Ładowanie…
Reference in New Issue