Skip to content

Commit

Permalink
Actually change the controller
Browse files Browse the repository at this point in the history
  • Loading branch information
argiepiano committed Oct 4, 2022
1 parent 57f683b commit 9d5a620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profile.module
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function profile_entity_info() {
'label' => t('Profile'),
'description' => t('Profile user profiles.'),
'entity class' => 'Profile',
'controller class' => 'EntityDatabaseStorageController',
'controller class' => 'EntityPlusController',
'base table' => 'profile',
'fieldable' => TRUE,
'view modes' => array(
Expand Down

0 comments on commit 9d5a620

Please sign in to comment.