aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRasmus Fuhse <fuhse@data-quest.de>2023-04-27 11:18:00 +0000
committerRasmus Fuhse <fuhse@data-quest.de>2023-04-27 13:19:15 +0200
commitea77c570a3fa1c2970193316a2c3f252853f4c83 (patch)
tree306f77560e72c39fdd35f9f9a41d1c1ef8d5eb59 /lib
parentde99590cef4fc75ccd937dbe0c1f1601fd6f5edb (diff)
Resolve "OER Campus: Klick auf "Serverdaten aktualisieren" gibt OERSI einen private_key"
Closes #2585 Merge request studip/studip!1741
Diffstat (limited to 'lib')
-rw-r--r--lib/models/OERHostOERSI.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/models/OERHostOERSI.php b/lib/models/OERHostOERSI.php
index 1ed025b..2b9bcb1 100644
--- a/lib/models/OERHostOERSI.php
+++ b/lib/models/OERHostOERSI.php
@@ -169,5 +169,10 @@ class OERHostOERSI extends OERHost
return $material['uri'];
}
+ public function cbCreateKeysIfNecessary()
+ {
+ //do nothing
+ }
+
}