Pārlūkot izejas kodu

! Non global $sourcedir

emanuele 13 gadi atpakaļ
vecāks
revīzija
f1d918202a
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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');