Could anyone help me ?
Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /home/newsantos/domains/webshelp.lt/public_html/system/Member/Member.php on line 2802
and this is the line from code
}
$fields[ $profileFieldGroup ] = ( new \IPS\core\ProfileFields\Api\FieldGroup( $this->language()->get( 'core_pfieldgroups_' . $profileFieldGroup ), $groupValues ) )->apiOutput();
}
}