Skip to content
Snippets Groups Projects
Unverified Commit 6d2ac8b4 authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Typo

parent ac3a7b11
Branches
Tags
No related merge requests found
...@@ -141,7 +141,7 @@ class sspmod_oauth_OAuthStore extends OAuthDataStore ...@@ -141,7 +141,7 @@ class sspmod_oauth_OAuthStore extends OAuthDataStore
if ($this->store->exists('nonce', $nonce, $consumer->key)) { if ($this->store->exists('nonce', $nonce, $consumer->key)) {
return true; return true;
} }
$this->store->set('nonce', $nonce, $consumer->key, trye, $this->config->getValue('nonceCache', 60*60*24*14)); $this->store->set('nonce', $nonce, $consumer->key, true, $this->config->getValue('nonceCache', 60*60*24*14));
return false; return false;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment