mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-13 02:55:20 +02:00
[ticket/14285] Remove useless variable of event
PHPBB3-14285
This commit is contained in:
parent
469f139a2f
commit
d11b83a4c5
@ -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
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user