Fix broken references to auth adapters

This was broken in D9999 but somehow didn't fail linting or unit tests.

Auditors: epriestley
This commit is contained in:
Joshua Spence
2014-07-22 21:18:15 +10:00
parent 701bb2ac6e
commit f4b05312cd
23 changed files with 48 additions and 48 deletions

View File

@@ -494,7 +494,7 @@ final class PhabricatorAuthRegisterController
}
private function loadSetupAccount() {
$provider = new PhabricatorAuthProviderPassword();
$provider = new PhabricatorPasswordAuthProvider();
$provider->attachProviderConfig(
id(new PhabricatorAuthProviderConfig())
->setShouldAllowRegistration(1)