Use the correct function is adviced ...
This commit is contained in:
@@ -3614,7 +3614,7 @@ class Diaspora
|
||||
* @return array|false The data for a comment
|
||||
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
|
||||
*/
|
||||
public static function constructComment(array $item, array $owner)
|
||||
private static function constructComment(array $item, array $owner)
|
||||
{
|
||||
$cachekey = "diaspora:constructComment:".$item['guid'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user