From b3d9f5fd63b6827e29201c2678302d7306e01fd6 Mon Sep 17 00:00:00 2001
From: Angie Byron <webchick@24967.no-reply.drupal.org>
Date: Thu, 14 Jan 2010 04:08:31 +0000
Subject: [PATCH] #525622 follow-up by Dave Reid: Added missing path callback
 property.

---
 modules/user/user.module | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/user/user.module b/modules/user/user.module
index f427074b0d75..e91e40f9b19b 100644
--- a/modules/user/user.module
+++ b/modules/user/user.module
@@ -125,6 +125,7 @@ function user_entity_info() {
       'label' => t('User'),
       'controller class' => 'UserController',
       'base table' => 'users',
+      'path callback' => 'user_path',
       'fieldable' => TRUE,
       'object keys' => array(
         'id' => 'uid',
-- 
GitLab