1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-23 14:00:56 +01:00

Minor, see rPc92e37c1b1b17b8c937ef618a6e856499c23cc80

Auditors: vrana
This commit is contained in:
epriestley 2012-03-26 10:03:32 -07:00
parent 89c66cbbd4
commit 2e45839e42

View file

@ -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);