From 619d1fb6fa2e754a2fb1b12807b5db9842c17cb3 Mon Sep 17 00:00:00 2001 From: Daniel Rudolph Date: Tue, 6 Dec 2022 13:22:11 +0100 Subject: [PATCH] feat lti platform serlo: fix embedding of serlo nodes in serlo nodes --- src/main/php/modules/url/mod_url.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/php/modules/url/mod_url.php b/src/main/php/modules/url/mod_url.php index 5043c050..b91fd4f5 100644 --- a/src/main/php/modules/url/mod_url.php +++ b/src/main/php/modules/url/mod_url.php @@ -122,6 +122,8 @@ protected function inline() { $embedding = $this->getH5PEmbedding($footer); }else if ($type === RemoteObjectType::$TYPE_PREZI) { $embedding = $this->getPreziEmbedding($footer); + }else if ($this -> esObject -> isLti13ToolObject()){ + $embedding = $this->getLti13ToolEmbedding(); }else { $license = $this -> esObject->getLicense(); if (!empty($license))