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) { if ($handle_phids) {
$value = $this->getViewer() $value = $this->getViewer()
->renderHandleList($handle_phids) ->renderHandleList($handle_phids)
->setInline(true); ->setAsInline(true);
} else { } else {
$value = $rule['value']; $value = $rule['value'];
} }