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