Преглед изворни кода

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

Aaron van Geffen пре 11 година
родитељ
комит
321f532822
1 измењених фајлова са 1 додато и 1 уклоњено
  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'];