From 9d5a6200c00f91704c4d5cbd3267bf99d45732aa Mon Sep 17 00:00:00 2001 From: argiepiano Date: Mon, 3 Oct 2022 21:05:58 -0600 Subject: [PATCH] Actually change the controller --- profile.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile.module b/profile.module index c8bccd8..f8112a6 100644 --- a/profile.module +++ b/profile.module @@ -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(