1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 08:52:39 +01:00

Minor, fix the scoping of a static variable

Auditors: chad, btrahan
This commit is contained in:
epriestley 2014-04-11 04:24:58 -07:00
parent ac0ad2e016
commit 499f66963d

View file

@ -122,7 +122,7 @@ final class PhabricatorAuthProviderOAuthFacebook
}
return $fb_provider->getProviderConfig()->getProperty(
PhabricatorAuthProviderOAuth::PROPERTY_APP_ID);
self::PROPERTY_APP_ID);
}
}