1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 00:42:41 +01:00

Fix bad rebase in rPc2a9a807

This commit is contained in:
vrana 2012-05-24 15:12:39 -07:00
parent f6fbe40bd5
commit a9cee4e923

View file

@ -149,6 +149,9 @@ final class PhabricatorObjectHandleData {
$images = mpull($images, 'getBestURI', 'getPHID');
}
$statuses = id(new PhabricatorUserStatus())->loadCurrentStatuses(
$phids);
foreach ($phids as $phid) {
$handle = new PhabricatorObjectHandle();
$handle->setPHID($phid);