Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.0.0
-
Fix Version/s: 4.0.0
-
Component/s: Core CiviCRM
-
Labels:None
Description
Just missing a D7 change in civicrm_user_view()
array( '#value' => $contactURL,
'#weight' => $weight );
needs to change to
array( '#markup' => $contactURL,
'#weight' => $weight );