From b6e09b9899b928a8340c7d51e6596abcc521ec45 Mon Sep 17 00:00:00 2001 From: indigoxela Date: Fri, 29 Nov 2024 09:58:02 +0100 Subject: [PATCH] Another callback needs renaming --- profile.info.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile.info.inc b/profile.info.inc index 07433ef..603f707 100644 --- a/profile.info.inc +++ b/profile.info.inc @@ -37,7 +37,7 @@ class ProfileMetadataController extends EntityDefaultMetadataController { 'type' => 'user', 'description' => t("The owner of the profile."), 'getter callback' => 'entity_plus_property_getter_method', - 'setter callback' => 'entity_property_setter_method', + 'setter callback' => 'entity_plus_property_setter_method', 'setter permission' => 'administer profiles', 'required' => TRUE, 'schema field' => 'uid',