]> git.mxchange.org Git - friendica.git/commitdiff
bug #273 - no $baseurl variable expansion in install template
authorfriendica <info@friendica.com>
Thu, 9 Feb 2012 23:13:34 +0000 (15:13 -0800)
committerfriendica <info@friendica.com>
Thu, 9 Feb 2012 23:13:34 +0000 (15:13 -0800)
mod/install.php

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