Skip to content

Commit 95e49c6

Browse files
author
epriestley
committed
Use comma-style for subscriber lists in Phriction
Summary: Fixes T3262. Test Plan: {F44409} Reviewers: chad Reviewed By: chad CC: aran Maniphest Tasks: T3262 Differential Revision: https://secure.phabricator.com/D6064
1 parent 55f8e2a commit 95e49c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/applications/phriction/controller/PhrictionDocumentController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ private function buildPropertyListView(
255255
$view->addProperty(pht('Last Updated'), $when);
256256

257257
if ($subscribers) {
258-
$subscribers = $this->renderHandlesForPHIDs($subscribers);
258+
$subscribers = $this->renderHandlesForPHIDs($subscribers, ',');
259259
$view->addProperty(pht('Subscribers'), $subscribers);
260260
}
261261

0 commit comments

Comments
 (0)