From 6d2ac8b4fbd9c4ba97536b6989ec67e52499a78c Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Fri, 11 May 2018 12:12:59 +0200 Subject: [PATCH] Typo --- modules/oauth/lib/OAuthStore.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/oauth/lib/OAuthStore.php b/modules/oauth/lib/OAuthStore.php index 043e2306b..6bc5f1b43 100644 --- a/modules/oauth/lib/OAuthStore.php +++ b/modules/oauth/lib/OAuthStore.php @@ -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; } -- GitLab