Skip to content

Commit dba984b

Browse files
author
epriestley
committedApr 9, 2015
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
1 parent e0473aa commit dba984b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/applications/transactions/controller/PhabricatorApplicationTransactionValueController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ private function renderPolicyDetails(
118118
if ($handle_phids) {
119119
$value = $this->getViewer()
120120
->renderHandleList($handle_phids)
121-
->setInline(true);
121+
->setAsInline(true);
122122
} else {
123123
$value = $rule['value'];
124124
}

0 commit comments

Comments
 (0)
Failed to load comments.