1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/14285] Fix undefined property

PHPBB3-14285
This commit is contained in:
Rubén Calvo
2018-06-30 04:20:43 +02:00
committed by rubencm
parent 0b136a6231
commit 5707d98682
4 changed files with 11 additions and 6 deletions

View File

@@ -34,9 +34,6 @@ class attachment extends controller
/** @var content_visibility */
protected $content_visibility;
/** @var driver_interface */
protected $db;
/** @var dispatcher */
protected $dispatcher;