mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-02 18:08:26 +01:00
Fix a minor merge issue with a class rename
Auditors: chad, btrahan
This commit is contained in:
parent
a8171889bd
commit
a4c076ac79
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ final class DiffusionRepositoryListController extends DiffusionController
|
|||
|
||||
$viewer = $this->getRequest()->getUser();
|
||||
|
||||
$list = new PhabricatorObjectItemListView();
|
||||
$list = new PHUIObjectItemListView();
|
||||
foreach ($repositories as $repository) {
|
||||
$id = $repository->getID();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue