We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61d53eb commit a40eed5Copy full SHA for a40eed5
1 file changed
blocks/OpenCastBlock/OpenCastBlock.php
@@ -84,7 +84,7 @@ public function student_view()
84
'url_opencast' => $url_opencast,
85
'useplayer' => $useplayer,
86
'url_isset' => ($url_opencast != ''),
87
- 'lti_data' => json_encode($lti_data),
+ 'lti_data' => $lti_data,
88
'search_url' => $lti_url
89
)
90
);
0 commit comments