bug #273 - no $baseurl variable expansion in install template
This commit is contained in:
parent
ec26f88be9
commit
795e02aa14
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue