summaryrefslogtreecommitdiff
path: root/modules/comment/comment.tokens.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-10-16 20:40:05 +0000
committerDries Buytaert <dries@buytaert.net>2009-10-16 20:40:05 +0000
commit53aa4c6c6adff310c0afc8c3a09da93bb9438bb0 (patch)
tree0be7e694db1344f5e204dd1774cbbd0a4365c418 /modules/comment/comment.tokens.inc
parent045074d4c51025a7c1561a9bf2e2a8b05441b23d (diff)
downloadbrdo-53aa4c6c6adff310c0afc8c3a09da93bb9438bb0.tar.gz
brdo-53aa4c6c6adff310c0afc8c3a09da93bb9438bb0.tar.bz2
- Patch #606608 by q0rban, sun, David_Rothstein: use proper menu router paths for comment/*.
Diffstat (limited to 'modules/comment/comment.tokens.inc')
-rw-r--r--modules/comment/comment.tokens.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/comment.tokens.inc b/modules/comment/comment.tokens.inc
index 896ab0e7b..e22aea4fd 100644
--- a/modules/comment/comment.tokens.inc
+++ b/modules/comment/comment.tokens.inc
@@ -184,7 +184,7 @@ function comment_tokens($type, $tokens, array $data = array(), array $options =
break;
case 'edit-url':
- $replacements[$original] = url('comment/edit/' . $comment->cid, array('absolute' => TRUE));
+ $replacements[$original] = url('comment/' . $comment->cid . '/edit', array('absolute' => TRUE));
break;
// Default values for the chained tokens handled below.