mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-09 16:32:39 +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.');
|
'Require mail content be transmitted only over secure channels.');
|
||||||
}
|
}
|
||||||
public function supportsObject($object) {
|
public function supportsObject($object) {
|
||||||
return self::isMailGeneratingObject($object);
|
return PhabricatorMetaMTAEmailHeraldAction::isMailGeneratingObject($object);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getActionGroupKey() {
|
public function getActionGroupKey() {
|
||||||
|
|
Loading…
Reference in a new issue