diff --git a/system/typemill/Static/Helpers.php b/system/typemill/Static/Helpers.php index 564d85b..8aa9f31 100644 --- a/system/typemill/Static/Helpers.php +++ b/system/typemill/Static/Helpers.php @@ -9,6 +9,7 @@ class Helpers{ public static function urlInfo($uri) { $uri = $uri->withUserInfo(''); + $uri = $uri->withPort(null); $basepath = preg_replace('/(.*)\/.*/', '$1', $_SERVER['SCRIPT_NAME']); $currentpath = $uri->getPath();