1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-02-16 16:58:38 +01:00

Fix a straggling callsite to "renderApplicationPolicy()"

Summary: Ref T13411. This is a leftover from recent policy rendering changes.

Test Plan: Viewed feed with application policy stories, no more fatal.

Maniphest Tasks: T13411

Differential Revision: https://secure.phabricator.com/D20811
This commit is contained in:
epriestley 2019-09-12 16:20:33 -07:00
parent 41f0b8b0a3
commit 3f66203362

View file

@ -61,9 +61,6 @@ final class PhabricatorApplicationPolicyChangeTransaction
}
public function getTitleForFeed() {
$old = $this->renderApplicationPolicy($this->getOldValue());
$new = $this->renderApplicationPolicy($this->getNewValue());
return pht(
'%s changed the %s policy for application %s from %s to %s.',
$this->renderAuthor(),