Skip to content

Commit 4aac1a0

Browse files
authored
Merge pull request msyk#115 from filiptorphage-mjuk/hotfix/sort-query-without-condition
Encode the sort parameter in URL
2 parents 71032a3 + 3329f6b commit 4aac1a0

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)