diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-06-25 22:51:05 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-06-27 01:05:36 +0200 |
commit | d332e1e9c1b4289f8ecd927047e6d16234013908 (patch) | |
tree | bdd62ce7e3608c46ec2814b5c2f58c6602e4502b | |
parent | c41cb192c9e903ac6b4a911b851b848e71a97303 (diff) | |
download | nextcloud-server-d332e1e9c1b4289f8ecd927047e6d16234013908.tar.gz nextcloud-server-d332e1e9c1b4289f8ecd927047e6d16234013908.zip |
Documentation fix
-rw-r--r-- | lib/public/share.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/public/share.php b/lib/public/share.php index a00b35fef46..0a76bf6520a 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 +?> |