Browse Source

A couple of missed global in core features activation

Signed-off-by: emanuele <[email protected]>
emanuele 12 years ago
parent
commit
e42e8a201f
1 changed files with 1 additions and 1 deletions
  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