Commit 88c9e391 authored by Ad Schellevis's avatar Ad Schellevis

(mvc) extend QueryFilter type

parent 21e9b5cc
...@@ -38,6 +38,6 @@ class QueryFilter ...@@ -38,6 +38,6 @@ class QueryFilter
{ {
public function filter($value) public function filter($value)
{ {
return preg_replace("/[^0-9,a-z,A-Z, ,*,-,.]/", "", $value); return preg_replace("/[^0-9,a-z,A-Z, ,*,\-,.,\#]/", "", $value);
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment