mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Fix missing whitespace in rP23f25edd97f052ff4c1c5d8c4be962b4da149bca
Summary: See rP23f25edd97f052ff4c1c5d8c4be962b4da149bca. Test Plan: RAN LINT AND UNIT TESTS. VERIFIED THERE ARE NO SYNTAX ERRORS. Reviewers: vrana Reviewed By: vrana CC: aran Differential Revision: https://secure.phabricator.com/D2240
This commit is contained in:
parent
23f25edd97
commit
2353af7464
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[''] =$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