Skip to content

Commit 55f7cdb

Browse files
author
epriestley
committed
Fix a bad classname reference in the "Must Encrypt" action
1 parent 6d90c7a commit 55f7cdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/applications/metamta/herald/PhabricatorMailMustEncryptHeraldAction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public function renderActionDescription($value) {
1616
'Require mail content be transmitted only over secure channels.');
1717
}
1818
public function supportsObject($object) {
19-
return self::isMailGeneratingObject($object);
19+
return PhabricatorMetaMTAEmailHeraldAction::isMailGeneratingObject($object);
2020
}
2121

2222
public function getActionGroupKey() {

0 commit comments

Comments
 (0)