mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/14168] Add tests for attachment delete class
PHPBB3-14168
This commit is contained in:
@@ -85,7 +85,7 @@ class delete
|
||||
* @return int|bool Number of deleted attachments or false if something
|
||||
* went wrong during attachment deletion
|
||||
*/
|
||||
function delete($mode, $ids, $resync = true)
|
||||
public function delete($mode, $ids, $resync = true)
|
||||
{
|
||||
if (!$this->set_attachment_ids($ids))
|
||||
{
|
||||
|
Reference in New Issue
Block a user