Skip to content

Commit

Permalink
Fix typo that breaks text property, fixes Gizra#151
Browse files Browse the repository at this point in the history
  • Loading branch information
geek-merlin committed Nov 4, 2016
1 parent 47a3d31 commit 7e1892b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion message.info.inc
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class MessageMetadataController extends EntityDefaultMetadataController {
'getter callback' => 'message_property_get_text',
'description' => t('The message text with all replacement arguments applied.'),
// The tokens are already sanitized if needed.
'sanitize' => TRUE,
'sanitized' => TRUE,
);

// Bypass entity_load() as we cannot use it here.
Expand Down

0 comments on commit 7e1892b

Please sign in to comment.