aboutsummaryrefslogtreecommitdiff
path: root/src/phinde/Crawler.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/phinde/Crawler.php')
-rw-r--r--src/phinde/Crawler.php1
1 files changed, 1 insertions, 0 deletions
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;