#525622 follow-up by Dave Reid: Added missing path callback property.

merge-requests/26/head
Angie Byron 2010-01-14 04:08:31 +00:00
parent 73439f1c1c
commit b3d9f5fd63
1 changed files with 1 additions and 0 deletions

View File

@ -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',