Browse Source

! smcFunc not globalized in the function PackageOptions

emanuele 13 years ago
parent
commit
8b570972f8
1 changed files with 1 additions and 1 deletions
  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']))
 	{