Skip to content

Commit

Permalink
[FEATURE#23330] william laporte :(
Browse files Browse the repository at this point in the history
- Modification de la route
  • Loading branch information
Faouzi CHAACHOUA committed Dec 8, 2015
1 parent cc8213e commit 7195255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ConversationManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function findUnreadByQueryString($query, $from = 0, $size = 99999)
{
$query = urlencode($query);
$request = $this->app["conversation_proxy"]
->get("/fetchUnread?q={$query}&from={$from}&size={$size}");
->get("/fetch_unread?q={$query}&from={$from}&size={$size}");
$unread = $this->fireRequest($request, $this->app["cookies.authenticator"]);

return $unread;
Expand Down

0 comments on commit 7195255

Please sign in to comment.