X-Git-Url: https://git.cweiske.de/phinde.git/blobdiff_plain/8512ec548a4f8896aa37678f44de5b88a5a85b24..d3cdabcac7feb8c62451ac12a22256c0eff16873:/src/phinde/Crawler.php diff --git a/src/phinde/Crawler.php b/src/phinde/Crawler.php index 1f63e60..4d596b4 100644 --- a/src/phinde/Crawler.php +++ b/src/phinde/Crawler.php @@ -53,6 +53,7 @@ class Crawler { $filteredLinkInfos = array(); foreach ($linkInfos as $linkInfo) { + $linkInfo->url = Helper::rewriteUrl($linkInfo->url); $allowed = Helper::isUrlAllowed($linkInfo->url); $crawl = $allowed; $index = $GLOBALS['phinde']['indexNonAllowed'] || $allowed;