projects
/
friendica.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec26f88
)
bug #273 - no $baseurl variable expansion in install template
author
friendica
<info@friendica.com>
Thu, 9 Feb 2012 23:13:34 +0000
(15:13 -0800)
committer
friendica
<info@friendica.com>
Thu, 9 Feb 2012 23:13:34 +0000
(15:13 -0800)
mod/install.php
patch
|
blob
|
history
diff --git
a/mod/install.php
b/mod/install.php
index f7820fc80474680e6036874b587f93ec49883d6b..33502938a926442fe37bb9bb0e21a009284a3217 100755
(executable)
--- a/
mod/install.php
+++ b/
mod/install.php
@@
-210,6
+210,7
@@
function install_content(&$a) {
'$next' => t('Next'),
'$reload' => t('Check again'),
'$phpath' => $phpath,
+ '$baseurl' => $a->get_baseurl(),
));
return $o;
}; break;