mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Fix a bad classname reference in the "Must Encrypt" action
This commit is contained in:
parent
6d90c7ad92
commit
55f7cdb99b
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ final class PhabricatorMailMustEncryptHeraldAction
|
|||
'Require mail content be transmitted only over secure channels.');
|
||||
}
|
||||
public function supportsObject($object) {
|
||||
return self::isMailGeneratingObject($object);
|
||||
return PhabricatorMetaMTAEmailHeraldAction::isMailGeneratingObject($object);
|
||||
}
|
||||
|
||||
public function getActionGroupKey() {
|
||||
|
|
Loading…
Reference in a new issue