Skip to content

Commit

Permalink
Update the incorrect todo ID error message and status.
Browse files Browse the repository at this point in the history
  • Loading branch information
wadmiraal committed Sep 8, 2014
1 parent 585c18c commit fd16944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tudu/Controller/Main.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function inboxAction(Application $app, Request $request)

if (empty($todo)) {
// @todo Notify sender the email was not usable.
return new Response("Incorrect 'To' address. Received: {$to}", 400);
return new Response("Unkown list ID", 404);
}

// Update the sender message ID.
Expand Down

0 comments on commit fd16944

Please sign in to comment.