From 499f66963d2b77d2fc450d34a7b22eb8c73a9281 Mon Sep 17 00:00:00 2001 From: epriestley Date: Fri, 11 Apr 2014 04:24:58 -0700 Subject: [PATCH] Minor, fix the scoping of a static variable Auditors: chad, btrahan --- .../auth/provider/PhabricatorAuthProviderOAuthFacebook.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/auth/provider/PhabricatorAuthProviderOAuthFacebook.php b/src/applications/auth/provider/PhabricatorAuthProviderOAuthFacebook.php index cc7810f42f..b6c79c4fab 100644 --- a/src/applications/auth/provider/PhabricatorAuthProviderOAuthFacebook.php +++ b/src/applications/auth/provider/PhabricatorAuthProviderOAuthFacebook.php @@ -122,7 +122,7 @@ final class PhabricatorAuthProviderOAuthFacebook } return $fb_provider->getProviderConfig()->getProperty( - PhabricatorAuthProviderOAuth::PROPERTY_APP_ID); + self::PROPERTY_APP_ID); } }