From 7c10807d1d1dd97c04ab5c4498246bcaff064a8f Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 2 Aug 2019 16:59:26 +0000 Subject: [PATCH] Clarified description --- src/Model/Photo.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Model/Photo.php b/src/Model/Photo.php index 8f30111448..f2a77b01fc 100644 --- a/src/Model/Photo.php +++ b/src/Model/Photo.php @@ -613,8 +613,8 @@ class Photo extends BaseObject * Changes photo permissions that had been embedded in a post * * @todo This function currently does have some flaws: - * - Sharing a post with a form will create a photo that only the forum can see. - * - Sharing a photo non public that been share non public before doesn't alter the permissions. + * - Sharing a post with a forum will create a photo that only the forum can see. + * - Sharing a photo again that been shared non public before doesn't alter the permissions. * * @return string * @throws \Exception