Skip to content

Commit cfb1b6a

Browse files
committed
Fix hook_config_info.
1 parent 8ccc016 commit cfb1b6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

maxlength.module

+2-1
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,10 @@ function maxlength_field_attach_form($entity_type, $entity, &$form, &$form_state
139139
*/
140140
function maxlength_config_info() {
141141
$prefixes['maxlength.settings'] = array(
142-
'label' => t('Module name settings'),
142+
'label' => t('MaxLength settings'),
143143
'group' => t('Configuration'),
144144
);
145+
return $prefixes;
145146
}
146147

147148
/**

0 commit comments

Comments
 (0)