Skip to content

Commit

Permalink
Do no longer remove trailing slash from URLs burnbright#12
Browse files Browse the repository at this point in the history
  • Loading branch information
sb-relaxt-at committed Sep 7, 2017
1 parent 665f10e commit 773f518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/ExternalURLField.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ protected function rebuildURL($url)
}
}

return rtrim(http_build_url($defaults, $parts), "/");
return http_build_url($defaults, $parts);
}

/**
Expand Down

0 comments on commit 773f518

Please sign in to comment.