Skip to content

Commit

Permalink
feat(ui): replace 'Message Types' to 'Administer' section
Browse files Browse the repository at this point in the history
  • Loading branch information
RiverVanRain committed Nov 23, 2017
1 parent 14ccbdf commit afec751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/hypeJunction/Inbox/Menus.php
Expand Up @@ -93,7 +93,7 @@ public static function setupAdminPageMenu($hook, $type, $return, $params) {
'href' => 'admin/inbox/message_types',
'priority' => 500,
'contexts' => array('admin'),
'section' => 'configure'
'section' => 'administer'
]);

return $return;
Expand Down

0 comments on commit afec751

Please sign in to comment.