diff --git a/src/applications/phriction/controller/PhrictionDocumentController.php b/src/applications/phriction/controller/PhrictionDocumentController.php index 64a4586a3b..ab26571eb7 100644 --- a/src/applications/phriction/controller/PhrictionDocumentController.php +++ b/src/applications/phriction/controller/PhrictionDocumentController.php @@ -255,7 +255,7 @@ final class PhrictionDocumentController $view->addProperty(pht('Last Updated'), $when); if ($subscribers) { - $subscribers = $this->renderHandlesForPHIDs($subscribers); + $subscribers = $this->renderHandlesForPHIDs($subscribers, ','); $view->addProperty(pht('Subscribers'), $subscribers); }