From 1a582f2a7a125d3d9c5c4c295132acb25d1ae03b Mon Sep 17 00:00:00 2001 From: Marco Nassabain Date: Thu, 4 Mar 2021 22:06:20 +0100 Subject: =?UTF-8?q?=F0=9F=9A=91=20Fix=20ItemController::share=20-=20call?= =?UTF-8?q?=20correct=20ShareService=20function=20-=20correct=20ShareServi?= =?UTF-8?q?ce=20className=20annotation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marco Nassabain --- lib/Controller/ItemController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Controller') diff --git a/lib/Controller/ItemController.php b/lib/Controller/ItemController.php index e3ef4b9e5..ec56a9e33 100644 --- a/lib/Controller/ItemController.php +++ b/lib/Controller/ItemController.php @@ -336,7 +336,7 @@ class ItemController extends Controller public function share($itemId, $shareWithId) { try { - $this->shareService->share( + $this->shareService->shareItemWithUser( $this->getUserId(), $itemId, $shareWithId -- cgit v1.2.3