From edee520fc8e4c172024fec217eab74baea75eb53 Mon Sep 17 00:00:00 2001 From: WENDLING NICOLAS Date: Tue, 26 Jan 2021 17:07:04 +0100 Subject: =?UTF-8?q?=F0=9F=8E=A8=20Fix=20function=20name=20to=20sharedCount?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marco Nassabain --- lib/Service/ItemService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Service/ItemService.php b/lib/Service/ItemService.php index 946c1ad30..6bb09e64c 100644 --- a/lib/Service/ItemService.php +++ b/lib/Service/ItemService.php @@ -368,7 +368,7 @@ class ItemService extends Service * @param string $userId the name of the user * @return int the count */ - public function starredShared($userId) + public function sharedCount($userId) { return $this->itemMapper->sharedCount($userId); } -- cgit v1.2.3