Skip to content

Commit

Permalink
Minor, fix the scoping of a static variable
Browse files Browse the repository at this point in the history
Auditors: chad, btrahan
  • Loading branch information
epriestley committed Apr 11, 2014
1 parent ac0ad2e commit 499f669
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public static function getFacebookApplicationID() {
}

return $fb_provider->getProviderConfig()->getProperty(
PhabricatorAuthProviderOAuth::PROPERTY_APP_ID);
self::PROPERTY_APP_ID);
}

}

0 comments on commit 499f669

Please sign in to comment.