aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2024-04-04 13:27:05 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2024-04-04 13:27:05 +0000
commit8d9e573bf7a66b7eb86e442dd97d802ed26b4e31 (patch)
tree90b9d41d5c75fed265ac147c0ae2e484f286a77a
parentcc60c7073baaaaee9923532318aadfdd0808de4f (diff)
fixes #3944
Closes #3944 Merge request studip/studip!2803
-rw-r--r--lib/models/OERMaterial.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/models/OERMaterial.php b/lib/models/OERMaterial.php
index 94559ef..b0b29ec 100644
--- a/lib/models/OERMaterial.php
+++ b/lib/models/OERMaterial.php
@@ -172,7 +172,7 @@ class OERMaterial extends SimpleORMap
$host->fetchRemoteSearch($text, $tag);
}
}
- StudipCacheFactory::getCache()->read($cache_name, "1", 60);
+ StudipCacheFactory::getCache()->write($cache_name, "1", 60);
}
}