summaryrefslogtreecommitdiff
path: root/modules/comment/comment.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/comment/comment.module')
-rw-r--r--modules/comment/comment.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module
index d6f201e8c..f6d65185b 100644
--- a/modules/comment/comment.module
+++ b/modules/comment/comment.module
@@ -1066,7 +1066,7 @@ function comment_admin() {
print comment_admin_edit(arg(3));
break;
case "search":
- print search_type("comment", url("admin/comment/search"));
+ print search_type("comment", url("admin/comment/search"), $_POST["keys"]);
break;
case "votes":
case t("Add new vote"):