Uploaded image for project: 'CiviCRM'
  1. CiviCRM
  2. CRM-7667

contact links no longer display on /user/N

    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 );

        Attachments

          Activity

            People

            • Assignee:
              lobo Donald A. Lobo
              Reporter:
              dalin dave hansen-lange
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: