The function is only needed in the same class

This commit is contained in:
Michael 2018-10-03 09:45:54 +00:00
parent 3ab837f3c7
commit acd1caa114
1 changed files with 1 additions and 1 deletions

View File

@ -442,7 +442,7 @@ class Transmitter
*
* @return activity type
*/
public static function getTypeOfItem($item)
private static function getTypeOfItem($item)
{
if ($item['verb'] == ACTIVITY_POST) {
if ($item['created'] == $item['edited']) {