diff --git a/sites/all/modules/contact/contact.module b/sites/all/modules/contact/contact.module
index 4a8af69..3d960bc 100644
--- a/sites/all/modules/contact/contact.module
+++ b/sites/all/modules/contact/contact.module
@@ -99,7 +99,7 @@ function contact_menu() {
     'page callback' => 'drupal_get_form',
     'page arguments' => array('contact_mail_user', 1),
     'type' => MENU_LOCAL_TASK,
-    'access callback' => '_contact_personal_tab_access',
+    'access callback' => '_contact_user_tab_access',
     'access arguments' => array(1),
     'weight' => 2,
     'file' => 'contact.pages.inc',
@@ -116,7 +116,7 @@ function contact_menu() {
  *   TRUE if the current user has access to the requested user's contact form,
  *   or FALSE otherwise.
  */
-function _contact_personal_tab_access(stdClass $account) {
+function _contact_user_tab_access(stdClass $account) {
   global $user;
 
   // Anonymous users cannot have contact forms.
