Skip to content

Commit

Permalink
Merge pull request openid#111 from stutiredboy/master
Browse files Browse the repository at this point in the history
Update Consumer.php for Auth_OpenID_DumbStore
  • Loading branch information
marcoceppi committed Jan 9, 2014
2 parents 2b6c3ea + 7e3e8e7 commit 1c83d79
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Auth/OpenID/Consumer.php
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,9 @@ function Auth_OpenID_GenericConsumer($store)
$this->store = $store;
$this->negotiator = Auth_OpenID_getDefaultNegotiator();
$this->_use_assocs = (is_null($this->store) ? false : true);
if (get_class($this->store) == "Auth_OpenID_DumbStore") {
$this->_use_assocs = false;
}

$this->fetcher = Auth_Yadis_Yadis::getHTTPFetcher();

Expand Down

0 comments on commit 1c83d79

Please sign in to comment.