mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-21 16:22:22 +02:00
[ticket/14168] Fix docblock in manager
PHPBB3-14168
This commit is contained in:
parent
52dccd3dba
commit
a0167ad410
@ -51,9 +51,9 @@ class manager
|
||||
* @return int|bool Number of deleted attachments or false if something
|
||||
* went wrong during attachment deletion
|
||||
*/
|
||||
public function delete($mode, $id, $resync = true)
|
||||
public function delete($mode, $ids, $resync = true)
|
||||
{
|
||||
return $this->delete->delete($mode, $id, $resync);
|
||||
return $this->delete->delete($mode, $ids, $resync);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user