X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FEvent%2Fshowrsvp.php;h=da80448af83d6b035e11d57e5f2473bb3e393cd2;hb=b6b9baa9a240db9f10c41dc0c0aae81dad0d744a;hp=f08857dcc46430d9fd91076fe1035321987c4a83;hpb=1e73ba00bdd37f46415eb45b1b904dc894fb801c;p=quix0rs-gnu-social.git diff --git a/plugins/Event/showrsvp.php b/plugins/Event/showrsvp.php index f08857dcc4..da80448af8 100644 --- a/plugins/Event/showrsvp.php +++ b/plugins/Event/showrsvp.php @@ -4,7 +4,7 @@ * Copyright (C) 2010, StatusNet, Inc. * * Show a single RSVP - * + * * PHP version 5 * * This program is free software: you can redistribute it and/or modify @@ -65,7 +65,7 @@ class ShowrsvpAction extends ShownoticeAction if (empty($this->event)) { // TRANS: Client exception thrown when referring to a non-existing event. - throw new ClientException(_m('No such Event.'), 404); + throw new ClientException(_m('No such event.'), 404); } $notice = $this->rsvp->getNotice();