Skip to content
Snippets Groups Projects
Commit 085e8f74 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Merge branch 'revert-9fe00506' into 'development'

Revert "URL Parameter werden vond er Blacklist nun auch erfasst"

See merge request !925
parents c1ec3799 905204b1
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
......@@ -303,7 +303,7 @@ class Result
public function getStrippedLink($link)
{
$match = $this->getUrlElements($link);
return $match['host'] . $match['path'] . $match['query'];
return $match['host'] . $match['path'];
}
/* Liest aus einem Link die Domain.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment