Skip to content

Commit

Permalink
Another callback needs renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
indigoxela committed Nov 29, 2024
1 parent 4b46774 commit b6e09b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profile.info.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit b6e09b9

Please sign in to comment.