mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-26 08:42:41 +01:00
Fix OAuth Facebook Phame property access
Summary: Ref T1536. This is missing a call. Test Plan: Viewed a public blog with Facebook comments. Reviewers: btrahan, chad Reviewed By: chad CC: aran Maniphest Tasks: T1536 Differential Revision: https://secure.phabricator.com/D6288
This commit is contained in:
parent
7c2f6f8361
commit
71e4870a8e
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ final class PhabricatorAuthProviderOAuthFacebook
|
|||
return null;
|
||||
}
|
||||
|
||||
return $fb_provider->getProperty(
|
||||
return $fb_provider->getProviderConfig()->getProperty(
|
||||
PhabricatorAuthProviderOAuth::PROPERTY_APP_ID);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue