mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/14838] Remove obsolete overriding method
PHPBB3-14838
This commit is contained in:
@@ -84,14 +84,6 @@ abstract class attachments_base extends \phpbb\feed\base
|
||||
$this->db->sql_freeresult($result);
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
public function open()
|
||||
{
|
||||
parent::open();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get attachments related to a given post
|
||||
*
|
||||
|
Reference in New Issue
Block a user