Skip to content

Commit

Permalink
URL encode stack name
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan McCue <[email protected]>
  • Loading branch information
roborourke and rmccue authored Aug 12, 2020
1 parent 2b6bf23 commit bb52a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/namespace.php
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ function convert_internal_link( $url ) {
}

$stack_name = Altis\get_environment_name();
$new_url .= '?applications[]=' . $stack_name;
$new_url .= '?applications[]=' . urlencode( $stack_name );
break;

default:
Expand Down

0 comments on commit bb52a8e

Please sign in to comment.