0a1,14 > diff --git a/core/modules/help/help.module b/core/modules/help/help.module > index aac8636..31d6736 100644 > --- a/core/modules/help/help.module > +++ b/core/modules/help/help.module > @@ -12,8 +12,7 @@ function help_menu() { > $items['admin/help'] = array( > 'title' => 'Help', > 'description' => 'Reference for usage, configuration, and modules.', > - 'page callback' => 'help_main', > - 'access arguments' => array('access administration pages'), > + 'route_name' => 'help_main', > 'weight' => 9, > 'file' => 'help.admin.inc', > );