mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +02:00
[ticket/14168] Fix docblock in manager
PHPBB3-14168
This commit is contained in:
@@ -51,9 +51,9 @@ class manager
|
|||||||
* @return int|bool Number of deleted attachments or false if something
|
* @return int|bool Number of deleted attachments or false if something
|
||||||
* went wrong during attachment deletion
|
* 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);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user