Skip to content

Commit 3329f6b

Browse files
Encode the sort parameter in URL
1 parent 71032a3 commit 3329f6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Supporting/CommunicationProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ private function _buildSortParameters(array $value): string
856856
}
857857
$param .= ']';
858858

859-
return $param;
859+
return rawurlencode($param);
860860
}
861861

862862
/**

0 commit comments

Comments
 (0)