Browse Source

A couple of missed global in core features activation

Signed-off-by: emanuele <[email protected]>
emanuele 12 năm trước cách đây
mục cha
commit
e42e8a201f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Sources/Xml.php

+ 1 - 1
Sources/Xml.php

@@ -83,7 +83,7 @@ function ListMessageIcons()
 
 function EnableCoreFeatures()
 {
-	global $context, $smcFunc, $sourcedir, $modSettings, $txt;
+	global $context, $smcFunc, $sourcedir, $modSettings, $txt, $boarddir, $settings;
 
 	$context['xml_data'] = array();
 	// Just in case, maybe we don't need it