diff options
Diffstat (limited to 'modules/comment/comment.module')
-rw-r--r-- | modules/comment/comment.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module index f2830e9dd..f77dd65d9 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -1167,7 +1167,7 @@ function comment_admin() { $op = arg(2); } - if ($op == t("moderation")) { + if ($op == "moderation") { $op = arg(3); } |