diff --git a/modules/forum.module b/modules/forum.module index 265a96cbf765d8e07bbd4a9b9b0fe5ffd489b7c5..c6d4662af7a09e037af5c1fba010a9016877cae3 100644 --- a/modules/forum.module +++ b/modules/forum.module @@ -378,7 +378,7 @@ function forum_block($op = 'list', $delta = 0, $edit = array()) { } if ($content) { - $content .= '<div class="more-link">'. l(t('more'), 'forum', array('#title' => t('Read the latest forum topics.'))) .'</div>'; + $content .= '<div class="more-link">'. l(t('more'), 'forum', array('title' => t('Read the latest forum topics.'))) .'</div>'; } $block['subject'] = $title; diff --git a/modules/forum/forum.module b/modules/forum/forum.module index 265a96cbf765d8e07bbd4a9b9b0fe5ffd489b7c5..c6d4662af7a09e037af5c1fba010a9016877cae3 100644 --- a/modules/forum/forum.module +++ b/modules/forum/forum.module @@ -378,7 +378,7 @@ function forum_block($op = 'list', $delta = 0, $edit = array()) { } if ($content) { - $content .= '<div class="more-link">'. l(t('more'), 'forum', array('#title' => t('Read the latest forum topics.'))) .'</div>'; + $content .= '<div class="more-link">'. l(t('more'), 'forum', array('title' => t('Read the latest forum topics.'))) .'</div>'; } $block['subject'] = $title;