diff options
| author | Rasmus Fuhse <fuhse@data-quest.de> | 2023-04-27 11:18:00 +0000 |
|---|---|---|
| committer | Rasmus Fuhse <fuhse@data-quest.de> | 2023-04-27 11:18:00 +0000 |
| commit | 0af369c69049c13f5828ad1df17d0a2b36a153e9 (patch) | |
| tree | 42f600177ab70b96679fc9b040e5adea257bd6c5 | |
| parent | 2733d692a26278aa1a1dd6344d318c7fc8cda90a (diff) | |
Resolve "OER Campus: Klick auf "Serverdaten aktualisieren" gibt OERSI einen private_key"
Closes #2585
Merge request studip/studip!1741
| -rw-r--r-- | lib/models/OERHostOERSI.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/models/OERHostOERSI.php b/lib/models/OERHostOERSI.php index 595c220..24d3251 100644 --- a/lib/models/OERHostOERSI.php +++ b/lib/models/OERHostOERSI.php @@ -185,5 +185,10 @@ class OERHostOERSI extends OERHost return $material['uri']; } + public function cbCreateKeysIfNecessary() + { + //do nothing + } + } |
