From a1e6728a46a8f00cc2a1b418fa2b5bb2143d0819 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 11 Feb 2007 09:30:51 +0000 Subject: - Patch #113603 by chx: first crack at re-implementing tabs. --- modules/comment/comment.module | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'modules/comment/comment.module') diff --git a/modules/comment/comment.module b/modules/comment/comment.module index f92467c4a..f922d300e 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -195,15 +195,14 @@ function comment_menu() { 'access arguments' => array('post comments'), 'type' => MENU_CALLBACK, ); - $items['comment/reply'] = array( + $items['comment/reply/%node'] = array( 'title' => t('Reply to comment'), 'page callback' => 'comment_reply', 'access callback' => 'node_access', 'access arguments' => array('view', 2), - 'map arguments' => array('node_load', 2), 'type' => MENU_CALLBACK, ); - $items['node/%/%'] = array( + $items['node/%node/%'] = array( 'title' => t('View'), 'page callback' => 'node_page_view', 'page arguments' => array(1, 2), -- cgit v1.2.3