Plugin: LTI Provider: Change temp path for cache path - refs #3894

pull/3944/head
Yannick Warnier 4 years ago
parent 9b18d267e0
commit ecb28fb067
  1. 2
      plugin/lti_provider/db/lti13_cache.php

@ -36,7 +36,7 @@ class Lti13Cache implements Lti1p3Cache
private function saveCache() private function saveCache()
{ {
file_put_contents(sys_get_temp_dir().'/lti_cache.txt', json_encode($this->cache)); file_put_contents(api_get_path(SYS_ARCHIVE_PATH).'lti_cache.txt', json_encode($this->cache));
} }
public function cacheNonce($nonce): Lti13Cache public function cacheNonce($nonce): Lti13Cache

Loading…
Cancel
Save