1
0
Fork 0
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:
David Reuss 2011-10-28 08:05:49 -07:00 committed by epriestley
parent 13d15276a5
commit b81231b3dc

View file

@ -82,7 +82,7 @@ class PhabricatorMetaMTAReceivedMail extends PhabricatorMetaMTADAO {
} else {
throw new Exception(
"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.");
}
} else {