From 01ef630322a70999ede5a5bd1b574a84c2488e2c Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 2 Aug 2019 16:42:24 +0000 Subject: [PATCH] Fixed description --- src/Model/Photo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Model/Photo.php b/src/Model/Photo.php index 4c1211b3cc..8f30111448 100644 --- a/src/Model/Photo.php +++ b/src/Model/Photo.php @@ -610,7 +610,7 @@ class Photo extends BaseObject } /** - * Generate a unique photo ID. + * 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.