From: Vincent Zanotti Date: Sun, 27 Sep 2009 04:02:52 +0000 (+0200) Subject: Fixes an invalid invocation of the logger on password recovery. X-Git-Tag: xorg/0.10.2~33^2~4 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=b482a0b50d5a9e7c105586250c7af50b001ee8a5;p=platal.git Fixes an invalid invocation of the logger on password recovery. Signed-off-by: Vincent Zanotti --- diff --git a/core b/core index a7cdb59..2386dca 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit a7cdb59477a657b04efb8dd3ff02eff8a2395633 +Subproject commit 2386dca38cb8aea249b3de8cc075a857498b7292 diff --git a/modules/platal.php b/modules/platal.php index af0bf35..276f293 100644 --- a/modules/platal.php +++ b/modules/platal.php @@ -351,7 +351,7 @@ Adresse de secours : " . Post::v('email') : "")); $mymail->send(); // on cree un objet logger et on log l'evenement - S::logger(uid)->log('recovery', $mails); + S::logger($uid)->log('recovery', $mails); } else { $page->trigError('Les informations que tu as rentrées ne permettent pas de récupérer ton mot de passe.
'. 'Si tu as un homonyme, utilise prenom.nom.promo comme login');