diff --git a/src/applications/maniphest/view/ManiphestTaskSummaryView.php b/src/applications/maniphest/view/ManiphestTaskSummaryView.php index 6e67098ee5..bf0de2a01f 100644 --- a/src/applications/maniphest/view/ManiphestTaskSummaryView.php +++ b/src/applications/maniphest/view/ManiphestTaskSummaryView.php @@ -130,7 +130,7 @@ final class ManiphestTaskSummaryView extends ManiphestView { )); $owner = ''; - if ($handles[$task->getOwnerPHID()]) { + if ($task->getOwnerPHID()) { $owner = pht('Assigned to %s', $handles[$task->getOwnerPHID()]->renderLink()); }