Browse Source

! Missing global caused $boardurl to not be updated globally after updating it in Settings.php

Aaron van Geffen 11 years ago
parent
commit
321f532822
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'];