From d11b83a4c54a0822076d6124e9fc3186fb136bfb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rub=C3=A9n=20Calvo?= <rubencm@gmail.com>
Date: Wed, 11 Jul 2018 09:18:56 +0200
Subject: [PATCH] [ticket/14285] Remove useless variable of event

PHPBB3-14285
---
 phpBB/phpbb/storage/controller/attachment.php | 2 --
 1 file changed, 2 deletions(-)

diff --git a/phpBB/phpbb/storage/controller/attachment.php b/phpBB/phpbb/storage/controller/attachment.php
index 8c30cae1fa..cdba6b6d83 100644
--- a/phpBB/phpbb/storage/controller/attachment.php
+++ b/phpBB/phpbb/storage/controller/attachment.php
@@ -172,7 +172,6 @@ class attachment extends controller
 		* @event core.download_file_send_to_browser_before
 		* @var	int		attach_id			The attachment ID
 		* @var	array	attachment			Array with attachment data
-		* @var	int		display_cat			Attachment category
 		* @var	array	extensions			Array with file extensions data
 		* @var	string	mode				Download mode
 		* @var	bool	thumbnail			Flag indicating if the file is a thumbnail
@@ -222,7 +221,6 @@ class attachment extends controller
 		*
 		* @event core.send_file_to_browser_before
 		* @var	array	attachment	Attachment data
-		* @var	int		category	Attachment category
 		* @var	string	filename	Path to file, including filename
 		* @since 3.1.11-RC1
 		*/