Browse Source

! Non global $sourcedir

emanuele 13 years ago
parent
commit
f1d918202a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Sources/ManageBoards.php

+ 1 - 1
Sources/ManageBoards.php

@@ -371,7 +371,7 @@ function EditCategory2()
  */
 function EditBoard()
 {
-	global $txt, $context, $cat_tree, $boards, $boardList, $smcFunc, $modSettings;
+	global $txt, $context, $cat_tree, $boards, $boardList, $smcFunc, $modSettings, $sourcedir;
 
 	loadTemplate('ManageBoards');
 	require_once($sourcedir . '/Subs-Boards.php');