Browse Source

Merge pull request #879 from AaronVanGeffen/release-2.1

Missing global caused $boardurl to not be updated globally
Arantor 11 years ago
parent
commit
bf3bcc3c04
1 changed files with 1 additions and 1 deletions
  1. 1 1
      other/install.php

+ 1 - 1
other/install.php

@@ -938,7 +938,7 @@ function DatabaseSettings()
 // Let's start with basic forum type settings.
 function ForumSettings()
 {
-	global $txt, $incontext, $databases, $smcFunc, $db_connection, $db_type;
+	global $txt, $incontext, $databases, $smcFunc, $db_connection, $db_type, $boardurl;
 
 	$incontext['sub_template'] = 'forum_settings';
 	$incontext['page_title'] = $txt['install_settings'];