From 9c1ceaabc1c36867a1f9da5d409cea8cd7e11b92 Mon Sep 17 00:00:00 2001 From: John Yao Date: Wed, 1 May 2019 13:47:35 +1000 Subject: [PATCH] Fixed not found OAuthDataStore Removed require_once that could have introduced something circular --- ims-blti/OAuthBody.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/ims-blti/OAuthBody.php b/ims-blti/OAuthBody.php index 428df8f..c842341 100644 --- a/ims-blti/OAuthBody.php +++ b/ims-blti/OAuthBody.php @@ -2,9 +2,6 @@ namespace moodle\local\ltiprovider; -require_once("OAuth.php"); -require_once("TrivialOAuthDataStore.php"); - function getLastOAuthBodyBaseString() { global $LastOAuthBodyBaseString; return $LastOAuthBodyBaseString;