diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-01-14 04:08:31 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-01-14 04:08:31 +0000 |
commit | b3d9f5fd63b6827e29201c2678302d7306e01fd6 (patch) | |
tree | 7e085d84344003f4f793388a7613d1da6a50bb71 /modules | |
parent | 73439f1c1ce2f6d7be4f3510194a55b3cce021b5 (diff) | |
download | brdo-b3d9f5fd63b6827e29201c2678302d7306e01fd6.tar.gz brdo-b3d9f5fd63b6827e29201c2678302d7306e01fd6.tar.bz2 |
#525622 follow-up by Dave Reid: Added missing path callback property.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/user/user.module | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/user/user.module b/modules/user/user.module index f427074b0..e91e40f9b 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', |