mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Entries, not entry.
Test Plan: Untested. Reviewers: vrana, epriestley Reviewed By: vrana CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D4664
This commit is contained in:
parent
f6622f43e6
commit
323cd82518
1 changed files with 1 additions and 1 deletions
|
@ -388,7 +388,7 @@ final class PhabricatorObjectHandleData {
|
|||
if (empty($entries[$phid])) {
|
||||
$handle->setName('Unknown Config Entry');
|
||||
} else {
|
||||
$entry = $entry[$phid];
|
||||
$entry = $entries[$phid];
|
||||
$handle->setName($entry->getKey());
|
||||
$handle->setURI('/config/edit/'.$entry->getKey());
|
||||
$handle->setFullName($entry->getKey());
|
||||
|
|
Loading…
Reference in a new issue