projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07a85e7
)
Fixes user check.
author
Stéphane Jacob
<sj@m4x.org>
Mon, 20 Dec 2010 10:46:12 +0000
(11:46 +0100)
committer
Stéphane Jacob
<sj@m4x.org>
Mon, 20 Dec 2010 10:46:12 +0000
(11:46 +0100)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
modules/xnetgrp/mail.inc.php
patch
|
blob
|
blame
|
history
diff --git
a/modules/xnetgrp/mail.inc.php
b/modules/xnetgrp/mail.inc.php
index
f3ca3e9
..
358d957
100644
(file)
--- a/
modules/xnetgrp/mail.inc.php
+++ b/
modules/xnetgrp/mail.inc.php
@@
-95,7
+95,7
@@
function send_xnet_mails($from, $sujet, $body, $wiki, $tos, $replyto = null, $up
}
foreach ($tos as $user) {
- if ($user instanceof
$u
ser) {
+ if ($user instanceof
U
ser) {
$email = $user->bestEmail();
} else {
$email = $user;