Browse Source

! Same search also yielded a missing global.

Signed-off-by: Peter Spicer <[email protected]>
Peter Spicer 10 years ago
parent
commit
4cd69cbf47
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Sources/ManageAttachments.php

+ 1 - 1
Sources/ManageAttachments.php

@@ -853,7 +853,7 @@ function RemoveAttachmentBySize()
  */
 function RemoveAttachment()
 {
-	global $txt, $smcFunc, $language;
+	global $txt, $smcFunc, $language, $user_info;
 
 	checkSession();