Skip to content

Commit

Permalink
feat lti platform serlo: fix embedding of serlo nodes in serlo nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Rudolph committed Dec 6, 2022
1 parent 6a869a4 commit 619d1fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/php/modules/url/mod_url.php
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 619d1fb

Please sign in to comment.