1
0
Fork 0
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:
Ricky Elrod 2013-01-25 20:04:00 -08:00 committed by vrana
parent f6622f43e6
commit 323cd82518

View file

@ -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());