Skip to content
This repository has been archived by the owner on Jan 10, 2021. It is now read-only.

Commit

Permalink
Updating a minor comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Glasl committed Feb 3, 2016
1 parent ca42ca4 commit aa1998d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/services/MisdirectionService.php
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ public function getRecursiveMapping($map, $host = null, $testing = false) {
$host = $map->getLinkHost();
}

// Determine the next link mapping, and whether to bypass the request filter for an external URL.
// Determine the next link mapping.

while(!self::is_external_URL($redirect) && ($next = $this->getMapping($redirect, $host))) {

Expand Down

0 comments on commit aa1998d

Please sign in to comment.