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

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

This reverts commit 9fe00506
parent 9fe00506
No related branches found
No related tags found
2 merge requests!925Revert "URL Parameter werden vond er Blacklist nun auch erfasst",!924Development
......@@ -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