diff options
author | cash <cash.costello@gmail.com> | 2011-10-29 16:19:49 -0400 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2011-10-29 16:19:49 -0400 |
commit | 3bfeb41a547284d34506c10be3501aeefe73f74c (patch) | |
tree | e54e14f328ce77aa5a51bf4c626ede1bf5e2e42f /mod/oauth_api/vendors/oauth/library/OAuthRequestVerifier.php | |
parent | 4106d50727d5a56ec1442b16e182fbd9acc6b167 (diff) | |
download | elgg-3bfeb41a547284d34506c10be3501aeefe73f74c.tar.gz elgg-3bfeb41a547284d34506c10be3501aeefe73f74c.tar.bz2 |
Refs #4028 reset the oAuth lib to version r64 of oauth-php
Diffstat (limited to 'mod/oauth_api/vendors/oauth/library/OAuthRequestVerifier.php')
-rw-r--r-- | mod/oauth_api/vendors/oauth/library/OAuthRequestVerifier.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/oauth_api/vendors/oauth/library/OAuthRequestVerifier.php b/mod/oauth_api/vendors/oauth/library/OAuthRequestVerifier.php index 5b346b369..4b4db9685 100644 --- a/mod/oauth_api/vendors/oauth/library/OAuthRequestVerifier.php +++ b/mod/oauth_api/vendors/oauth/library/OAuthRequestVerifier.php @@ -49,7 +49,7 @@ class OAuthRequestVerifier extends OAuthRequest */ function __construct ( $uri = null, $method = 'GET' ) { - $this->store = elggconnect_get_oauth_store();//OAuthStore::instance(); + $this->store = OAuthStore::instance(); parent::__construct($uri, $method); OAuthRequestLogger::start($this); |