1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02:00

Use setOptions() to trigger mailer option validation, not validateOptions()

This commit is contained in:
epriestley 2018-02-08 17:55:02 -08:00
parent 09b446b269
commit d45952344b

View file

@ -85,7 +85,7 @@ final class PhabricatorClusterMailersConfigType
$options = idx($spec, 'options', array());
try {
id(clone $adapters[$type])->validateOptions($options);
id(clone $adapters[$type])->setOptions($options);
} catch (Exception $ex) {
throw $this->newException(
pht(