summaryrefslogtreecommitdiffstats
path: root/lib/Service/ItemService.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Service/ItemService.php')
-rw-r--r--lib/Service/ItemService.php2
1 files changed, 1 insertions, 1 deletions
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);
}