Skip to content

Commit

Permalink
(mvc) extend QueryFilter type
Browse files Browse the repository at this point in the history
  • Loading branch information
AdSchellevis committed Jun 29, 2015
1 parent 21e9b5c commit 88c9e39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ class QueryFilter
{
public function filter($value)
{
return preg_replace("/[^0-9,a-z,A-Z, ,*,-,.]/", "", $value);
return preg_replace("/[^0-9,a-z,A-Z, ,*,\-,.,\#]/", "", $value);
}
}

0 comments on commit 88c9e39

Please sign in to comment.