An error occurred while fetching participants.
Resolve #3222919 "Missingscopes"
1 unresolved thread
Closes #3222919
Edited by Mathew Winstone
Merge request reports
Activity
136 136 $aname = $instance->serviceName; 137 137 if (!isset($api_names[$aname])) { 138 138 $aname = $temp->getName(); 139 $aname = strtolower(str_replace('Google_Service_', '', $aname)); 139 $aname = str_replace('Google_Service_', '', $aname); 140 $aname = strtolower(str_replace('Google\Service\\', '', $aname));
Please register or sign in to reply