Issue #2250335 by drupaledmonk, pingwin4eg | jhodgdon: Forum hook_help still using URL instead of route.

8.0.x
Alex Pott 2014-05-05 11:45:20 +01:00
parent 4146537081
commit 04d9f33941
1 changed files with 2 additions and 1 deletions

View File

@ -48,7 +48,8 @@ function forum_help($path, $arg) {
$output = '<p>' . t('Forums contain forum topics. Use containers to group related forums.') . '</p>';
$more_help_link = array(
'#type' => 'link',
'#href' => 'admin/help/forum',
'#route_name' => 'help.page',
'#route_parameters' => array('name' => 'forum'),
'#title' => t('More help'),
);
$container = array(