Kaynağa Gözat

! smcFunc not globalized in the function PackageOptions

emanuele 13 yıl önce
ebeveyn
işleme
8b570972f8
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      Sources/Packages.php

+ 1 - 1
Sources/Packages.php

@@ -1434,7 +1434,7 @@ function PackageBrowse()
 
 function PackageOptions()
 {
-	global $txt, $scripturl, $context, $sourcedir, $modSettings;
+	global $txt, $scripturl, $context, $sourcedir, $modSettings, $smcFunc;
 
 	if (isset($_POST['submit']))
 	{