The function is only needed in the same class
This commit is contained in:
parent
3ab837f3c7
commit
acd1caa114
|
@ -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']) {
|
||||
|
|
Loading…
Reference in a new issue