summaryrefslogtreecommitdiff
path: root/modules/comment.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-06-30 19:18:47 +0000
committerDries Buytaert <dries@buytaert.net>2003-06-30 19:18:47 +0000
commit886ae2bf158ef289766d8ea65966e6477423e03a (patch)
treed9535a634a04eacd9e60dfbb6674441f79ef6b72 /modules/comment.module
parent74d9266b3f2e0480c8efe7b938d2d213ecca3f19 (diff)
downloadbrdo-886ae2bf158ef289766d8ea65966e6477423e03a.tar.gz
brdo-886ae2bf158ef289766d8ea65966e6477423e03a.tar.bz2
- Fixed some "search related" bugs introduced by Moshe's latest patch.
Fixes bug #2127.
Diffstat (limited to 'modules/comment.module')
-rw-r--r--modules/comment.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment.module b/modules/comment.module
index d6f201e8c..f6d65185b 100644
--- a/modules/comment.module
+++ b/modules/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"):