mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 21:02:41 +01:00
Corrected manipest reference in exception thrown
Summary: This should hopefully kill off the last of these :P Test Plan: Should be self explanatory Reviewers: epriestley Reviewed By: epriestley CC: aran, epriestley Differential Revision: 1043
This commit is contained in:
parent
13d15276a5
commit
b81231b3dc
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ class PhabricatorMetaMTAReceivedMail extends PhabricatorMetaMTADAO {
|
||||||
} else {
|
} else {
|
||||||
throw new Exception(
|
throw new Exception(
|
||||||
"Phabricator is misconfigured, the configuration key ".
|
"Phabricator is misconfigured, the configuration key ".
|
||||||
"'metamta.manipest.default-public-author' is set to user ".
|
"'metamta.maniphest.default-public-author' is set to user ".
|
||||||
"'{$default_author}' but that user does not exist.");
|
"'{$default_author}' but that user does not exist.");
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue