Skip to content

Commit 9831456

Browse files
Fix Mantis #47395: Incorrect relative path to player.css (#11369)
1 parent 51792b6 commit 9831456

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/ILIAS/Scorm2004/classes/class.ilSCORM13PlayerGUI.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ public function getPlayer(): void
478478
$this->tpl->setVariable('JS_DATA', json_encode($config));
479479
list($tsfrac, $tsint) = explode(' ', microtime());
480480
$this->tpl->setVariable('TIMESTAMP', sprintf('%d%03d', $tsint, 1000 * (float) $tsfrac));
481-
$this->tpl->setVariable('BASE_DIR', '../components/ILIAS/Scorm2004/');
481+
$this->tpl->setVariable('BASE_DIR', './components/ILIAS/Scorm2004/');
482482
$this->tpl->setVariable('TXT_COLLAPSE', $lng->txt('scplayer_collapsetree'));
483483
if ($this->slm->getDebug()) {
484484
$this->tpl->setVariable('TXT_DEBUGGER', $lng->txt('scplayer_debugger'));

0 commit comments

Comments
 (0)