mirror of
https://github.com/friendica/friendica
synced 2025-04-30 18:24:23 +02:00
Use the correct function is adviced ...
This commit is contained in:
parent
307cfef12b
commit
ce6f6978bd
2 changed files with 2 additions and 2 deletions
|
@ -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'];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue