diff options
Diffstat (limited to 'includes/libs/IEUrlExtension.php')
-rw-r--r-- | includes/libs/IEUrlExtension.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/libs/IEUrlExtension.php b/includes/libs/IEUrlExtension.php index 79387e63..49d05d4b 100644 --- a/includes/libs/IEUrlExtension.php +++ b/includes/libs/IEUrlExtension.php @@ -232,7 +232,7 @@ class IEUrlExtension { } // We found an illegal character or another dot // Skip to that character and continue the loop - $pos = $nextPos + 1; + $pos = $nextPos; $remainingLength = $urlLength - $pos; } return false; |