diff --git a/modules/comment/comment.admin.controller.php b/modules/comment/comment.admin.controller.php index b2ae65b8e..430605ab5 100644 --- a/modules/comment/comment.admin.controller.php +++ b/modules/comment/comment.admin.controller.php @@ -86,7 +86,7 @@ $this->setMessage($msgCode, 'info'); if(!in_array(Context::getRequestMethod(),array('XMLRPC','JSON'))) { - $returnUrl = Context::get('success_return_url') ? Context::get('success_return_url') : getNotEncodedUrl('', 'module', 'admin', 'act', 'dispCommentAdminList'); + $returnUrl = Context::get('success_return_url') ? Context::get('success_return_url') : getNotEncodedUrl('', 'module', 'admin', 'act', 'dispCommentAdminList', 'search_keyword', $search_keyword, 'search_target', $search_target); header('location:'.$returnUrl); return; } diff --git a/modules/comment/tpl/comment_list.html b/modules/comment/tpl/comment_list.html index 40a3c3b05..4c595a22e 100644 --- a/modules/comment/tpl/comment_list.html +++ b/modules/comment/tpl/comment_list.html @@ -76,6 +76,8 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}'; + +