From 459bcd8d5ea337c2f9e7c37f6561e780579a528d Mon Sep 17 00:00:00 2001 From: Michael Gapczynski Date: Sat, 14 Jul 2012 10:55:34 -0400 Subject: [PATCH] Update documentation --- lib/public/share.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/public/share.php b/lib/public/share.php index eeee64327ce..5b9c17c6c8a 100644 --- a/lib/public/share.php +++ b/lib/public/share.php @@ -706,9 +706,8 @@ class Share { /** * @brief Delete all reshares of an item - * @param string * @param int Id of item to delete - * @param bool + * @param bool If true, exclude the parent from the delete */ private static function delete($parent, $excludeParent = false) { $ids = array($parent);