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:
parent
41f0b8b0a3
commit
3f66203362
1 changed files with 0 additions and 3 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Reference in a new issue