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
No related branches found
No related tags found
No related merge requests found
......@@ -141,7 +141,7 @@ class sspmod_oauth_OAuthStore extends OAuthDataStore
if ($this->store->exists('nonce', $nonce, $consumer->key)) {
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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment