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:
@@ -118,7 +118,7 @@ final class PhabricatorApplicationTransactionValueController
|
||||
if ($handle_phids) {
|
||||
$value = $this->getViewer()
|
||||
->renderHandleList($handle_phids)
|
||||
->setInline(true);
|
||||
->setAsInline(true);
|
||||
} else {
|
||||
$value = $rule['value'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user