diff --git a/lib/public/share.php b/lib/public/share.php index a00b35fef4..0a76bf6520 100644 --- a/lib/public/share.php +++ b/lib/public/share.php @@ -685,11 +685,10 @@ abstract class Share_Backend { * @param string Owner of the item * @return mixed|array|false Source * - * Return a * Return an array if the item is file dependent, the array needs two keys: 'item' and 'file' * Return false if the item does not exist for the user * - * The translateItem() function will translate the source returned back into the item + * The formatItems() function will translate the source returned back into the item */ public abstract function getSource($item, $uid); @@ -730,4 +729,4 @@ abstract class Share_Backend_Parent extends Share_Backend { } -?> \ No newline at end of file +?>