X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Faxletter%2Faxletter.inc.php;h=385365e5c65c4c7192f27db211da170dbe6c37ec;hb=1060c8546df1c97e99d8313b8d9495f6847fdb99;hp=eed37b61122c2f81d374b030da04189680eed1b0;hpb=a0c034efcf0777541e087500e94853f515cda1ca;p=platal.git diff --git a/modules/axletter/axletter.inc.php b/modules/axletter/axletter.inc.php index eed37b6..385365e 100644 --- a/modules/axletter/axletter.inc.php +++ b/modules/axletter/axletter.inc.php @@ -1,6 +1,6 @@ numRows()) { - $this->_id = null; - return; + throw new MailNotFound(); } $id = $res->fetchOneRow(); }