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

Fix bad rendering for custom policy descriptions

Summary: This call got renamed but I missed the callsite.

Test Plan: No more fatal when viewing a custom policy from a transaction history page.

Reviewers: btrahan, chad, Mnkras

Reviewed By: chad, Mnkras

Subscribers: epriestley

Differential Revision: https://secure.phabricator.com/D12337
This commit is contained in:
epriestley 2015-04-09 13:10:19 -07:00
parent e0473aa702
commit dba984bd87

View file

@ -118,7 +118,7 @@ final class PhabricatorApplicationTransactionValueController
if ($handle_phids) {
$value = $this->getViewer()
->renderHandleList($handle_phids)
->setInline(true);
->setAsInline(true);
} else {
$value = $rule['value'];
}