Skip to content

Commit

Permalink
[FEATURE#53902] variable oubli
Browse files Browse the repository at this point in the history
  • Loading branch information
Leosten committed Oct 3, 2017
1 parent 338d4a0 commit 6800144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MessageManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function searchMessages($query, $from = 0, $size = 10, $sort = "")
{
$query = urlencode($query);

$response = $this->fireRequest("GET", "/search_messages?q={$query}&from={$from}&size={$size}");
$response = $this->fireRequest("GET", "/search_messages?q={$query}&from={$from}&size={$size}&sort={$sort}");

return $response;
}
Expand Down

0 comments on commit 6800144

Please sign in to comment.