#525622 follow-up by Dave Reid: Added missing path callback property.
parent
73439f1c1c
commit
b3d9f5fd63
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue