projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cda190
)
Prevents possible errors.
author
Stéphane Jacob
<sj@m4x.org>
Mon, 12 Sep 2011 10:53:07 +0000
(12:53 +0200)
committer
Stéphane Jacob
<sj@m4x.org>
Mon, 12 Sep 2011 10:53:07 +0000
(12:53 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
modules/platal.php
patch
|
blob
|
blame
|
history
diff --git
a/modules/platal.php
b/modules/platal.php
index
c9fd3d9
..
7d4e4ca
100644
(file)
--- a/
modules/platal.php
+++ b/
modules/platal.php
@@
-375,7
+375,7
@@
Adresse de secours : ' . $to));
$user->id(), $hash);
$mymail = new PlMailer('platal/password_recovery_xnet.mail.tpl');
- $mymail->
add
To($user);
+ $mymail->
set
To($user);
$mymail->assign('hash', $hash);
$mymail->assign('email', Post::t('login'));
$mymail->send();