mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-26 08:42:41 +01:00
Fix bad rebase in rPc2a9a807
This commit is contained in:
parent
f6fbe40bd5
commit
a9cee4e923
1 changed files with 3 additions and 0 deletions
|
@ -149,6 +149,9 @@ final class PhabricatorObjectHandleData {
|
||||||
$images = mpull($images, 'getBestURI', 'getPHID');
|
$images = mpull($images, 'getBestURI', 'getPHID');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$statuses = id(new PhabricatorUserStatus())->loadCurrentStatuses(
|
||||||
|
$phids);
|
||||||
|
|
||||||
foreach ($phids as $phid) {
|
foreach ($phids as $phid) {
|
||||||
$handle = new PhabricatorObjectHandle();
|
$handle = new PhabricatorObjectHandle();
|
||||||
$handle->setPHID($phid);
|
$handle->setPHID($phid);
|
||||||
|
|
Loading…
Reference in a new issue