From 795e02aa1490f6238e6ed719a0bf3604931eec3d Mon Sep 17 00:00:00 2001
From: friendica <info@friendica.com>
Date: Thu, 9 Feb 2012 15:13:34 -0800
Subject: [PATCH] bug #273 - no $baseurl variable expansion in install template

---
 mod/install.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mod/install.php b/mod/install.php
index f7820fc804..33502938a9 100755
--- 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;