Fixes an invalid invocation of the logger on password recovery.
authorVincent Zanotti <vincent.zanotti@m4x.org>
Sun, 27 Sep 2009 04:02:52 +0000 (06:02 +0200)
committerVincent Zanotti <vincent.zanotti@m4x.org>
Sun, 27 Sep 2009 04:02:52 +0000 (06:02 +0200)
Signed-off-by: Vincent Zanotti <vincent.zanotti@m4x.org>
core
modules/platal.php

diff --git a/core b/core
index a7cdb59..2386dca 160000 (submodule)
--- a/core
+++ b/core
@@ -1 +1 @@
-Subproject commit a7cdb59477a657b04efb8dd3ff02eff8a2395633
+Subproject commit 2386dca38cb8aea249b3de8cc075a857498b7292
index af0bf35..276f293 100644 (file)
@@ -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.<br />'.
                         'Si tu as un homonyme, utilise prenom.nom.promo comme login');