bug #273 - no $baseurl variable expansion in install template
This commit is contained in:
parent
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;
|
||||
|
|
Loading…
Reference in a new issue