diff --git a/CRM/Utils/System/DrupalBase.php b/CRM/Utils/System/DrupalBase.php index 54beb6fedfde..c0ce0f49c196 100644 --- a/CRM/Utils/System/DrupalBase.php +++ b/CRM/Utils/System/DrupalBase.php @@ -252,7 +252,7 @@ public function getUserRecordUrl($contactID) { 'cms:view user account', )) ) { - return url('user/' . $uid); + return $this->url('user/' . $uid); }; }