summaryrefslogtreecommitdiff
path: root/includes/controllers/search_ctrl.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/controllers/search_ctrl.php')
-rw-r--r--includes/controllers/search_ctrl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/controllers/search_ctrl.php b/includes/controllers/search_ctrl.php
index 35e126cde8..e06af63d9b 100644
--- a/includes/controllers/search_ctrl.php
+++ b/includes/controllers/search_ctrl.php
@@ -121,7 +121,7 @@ class SearchController extends BaseController {
$this->myquery="";
} else {
$this->query = $_REQUEST["query"];
- $this->myquery = htmlspecialchars($this->query,ENT_COMPAT,'UTF-8');
+ $this->myquery = htmlspecialchars($this->query);
}
}
if (isset ($_REQUEST["replace"])) {