mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Derp.
This commit is contained in:
parent
3a1928215b
commit
3bbba619ed
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ abstract class PhabricatorMailReplyHandler {
|
|||
$groups[$private][] = $recipient;
|
||||
}
|
||||
} else {
|
||||
$groups[''] = array($recipients):
|
||||
$groups[''] = array($recipients);
|
||||
}
|
||||
|
||||
// When multiplexing mail, explicitly include To/Cc information in the
|
||||
|
|
Loading…
Reference in a new issue