projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f0ac25
)
Fixes comment display in payment email (Closes #1375).
author
Stéphane Jacob
<sj@m4x.org>
Fri, 31 Dec 2010 11:57:03 +0000
(12:57 +0100)
committer
Stéphane Jacob
<sj@m4x.org>
Fri, 31 Dec 2010 11:57:03 +0000
(12:57 +0100)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
modules/payment.php
patch
|
blob
|
blame
|
history
diff --git
a/modules/payment.php
b/modules/payment.php
index
39f8193
..
079e524
100644
(file)
--- a/
modules/payment.php
+++ b/
modules/payment.php
@@
-250,7
+250,7
@@
class PaymentModule extends PLModule
/* on genere le mail de confirmation */
$conf_text = str_replace(
- array('<prenom>', '<nom>', '<promo>', '<montant>', '<salutation>', '<cher>', 'comment>'),
+ array('<prenom>', '<nom>', '<promo>', '<montant>', '<salutation>', '<cher>', '
<
comment>'),
array($user->firstName(), $user->lastName(), $user->promo(), $montant,
$user->isFemale() ? 'Chère' : 'Cher', $user->isFemale() ? 'Chère' : 'Cher',
Env::v('comment')), $conf_text);