Drop the unused second parameter on \OCA\DAV\CalDAV\CalDavBackend::getShares
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
df685b4b59
commit
08a4b24926
|
@ -2550,10 +2550,9 @@ class CalDavBackend extends AbstractBackend implements SyncSupport, Subscription
|
|||
|
||||
/**
|
||||
* @param int $resourceId
|
||||
* @param int $calendarType
|
||||
* @return array
|
||||
*/
|
||||
public function getShares($resourceId, $calendarType = self::CALENDAR_TYPE_CALENDAR) {
|
||||
public function getShares($resourceId) {
|
||||
return $this->calendarSharingBackend->getShares($resourceId);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue