Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Duplicate
-
Affects Version/s: 4.0.1
-
Fix Version/s: None
-
Component/s: Drupal Integration Modules
-
Labels:None
Description
The civicrm_group_roles module uses a deprecated API, uf_match_id_get, and that causes the PHP Fatal error: Call to undefined function uf_match_id_get() when you try to go to your user edit page.
I've attached a patch to include the corresponding way to do it in the new API.