From c20608f06615bee6daec783db821d87a880385a1 Mon Sep 17 00:00:00 2001 From: David Reuss Date: Fri, 28 Oct 2011 08:04:13 -0700 Subject: [PATCH] use correct key looking for a public author of a task Test Plan: Used the scripts/mail_handler.php with and without patch and saw the maniphest task being created with patch applied. Reviewers: epriestley Reviewed By: epriestley CC: aran, epriestley, davidreuss Differential Revision: 1041 --- .../storage/receivedmail/PhabricatorMetaMTAReceivedMail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/metamta/storage/receivedmail/PhabricatorMetaMTAReceivedMail.php b/src/applications/metamta/storage/receivedmail/PhabricatorMetaMTAReceivedMail.php index 6200424577..e98c8aa92b 100644 --- a/src/applications/metamta/storage/receivedmail/PhabricatorMetaMTAReceivedMail.php +++ b/src/applications/metamta/storage/receivedmail/PhabricatorMetaMTAReceivedMail.php @@ -71,7 +71,7 @@ class PhabricatorMetaMTAReceivedMail extends PhabricatorMetaMTADAO { $this->setAuthorPHID($user->getPHID()); } else { $default_author = PhabricatorEnv::getEnvConfig( - 'metamta.manipest.default-public-author'); + 'metamta.maniphest.default-public-author'); if ($default_author) { $user = id(new PhabricatorUser())->loadOneWhere(