#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'),
|
'label' => t('User'),
|
||||||
'controller class' => 'UserController',
|
'controller class' => 'UserController',
|
||||||
'base table' => 'users',
|
'base table' => 'users',
|
||||||
|
'path callback' => 'user_path',
|
||||||
'fieldable' => TRUE,
|
'fieldable' => TRUE,
|
||||||
'object keys' => array(
|
'object keys' => array(
|
||||||
'id' => 'uid',
|
'id' => 'uid',
|
||||||
|
|
Loading…
Reference in New Issue