mirror of
https://github.com/nextcloud/passman.git
synced 2025-02-01 04:07:52 +08:00
Fix missing method
This commit is contained in:
parent
6fe0ea1e97
commit
58f40da69b
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ class ShareController extends ApiController {
|
|||
$acl->setExpire($expire_timestamp);
|
||||
$acl->setExpireViews($expire_views);
|
||||
|
||||
$this->shareService($acl);
|
||||
$this->shareService->createACLEntry($acl);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue