diff --git a/system/src/Grav/Common/Utils.php b/system/src/Grav/Common/Utils.php index 0aefd5079e..a0fb949f85 100644 --- a/system/src/Grav/Common/Utils.php +++ b/system/src/Grav/Common/Utils.php @@ -1835,7 +1835,7 @@ static function ($matches) { $parts = parse_url($enc_url); if ($parts === false) { - throw new InvalidArgumentException('Malformed URL: ' . $url); + $parts = []; } foreach ($parts as $name => $value) {