mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-23 05:50:55 +01:00
Minor, fix the scoping of a static variable
Auditors: chad, btrahan
This commit is contained in:
parent
ac0ad2e016
commit
499f66963d
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ final class PhabricatorAuthProviderOAuthFacebook
|
||||||
}
|
}
|
||||||
|
|
||||||
return $fb_provider->getProviderConfig()->getProperty(
|
return $fb_provider->getProviderConfig()->getProperty(
|
||||||
PhabricatorAuthProviderOAuth::PROPERTY_APP_ID);
|
self::PROPERTY_APP_ID);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue