From 2e45839e4275cc453dcb7eba6f948184b34332ec Mon Sep 17 00:00:00 2001 From: epriestley Date: Mon, 26 Mar 2012 10:03:32 -0700 Subject: [PATCH] Minor, see rPc92e37c1b1b17b8c937ef618a6e856499c23cc80 Auditors: vrana --- .../auth/controller/oauth/PhabricatorOAuthLoginController.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/applications/auth/controller/oauth/PhabricatorOAuthLoginController.php b/src/applications/auth/controller/oauth/PhabricatorOAuthLoginController.php index ddefe1ff0e..1fd5c3fd57 100644 --- a/src/applications/auth/controller/oauth/PhabricatorOAuthLoginController.php +++ b/src/applications/auth/controller/oauth/PhabricatorOAuthLoginController.php @@ -206,9 +206,8 @@ final class PhabricatorOAuthLoginController return id(new AphrontDialogResponse())->setDialog($dialog); } - $key = 'controller.oauth-registration'; $controller = PhabricatorEnv::newObjectFromConfig( - $key, + 'controller.oauth-registration', array($this->getRequest())); $controller->setOAuthProvider($provider);