diff --git a/includes/rewrites.php b/includes/rewrites.php index 7be24032b..b4b28cd63 100644 --- a/includes/rewrites.php +++ b/includes/rewrites.php @@ -9,6 +9,7 @@ function rewrite_location($location) { foreach ($config['location_map_regex'] as $reg => $val) { if (preg_match($reg, $location)) { $location = $val; + continue; } } }