Skip to content

Commit a40eed5

Browse files
committed
remove bogus json_encode from OpenCastBlock LTI call
1 parent 61d53eb commit a40eed5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

blocks/OpenCastBlock/OpenCastBlock.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public function student_view()
8484
'url_opencast' => $url_opencast,
8585
'useplayer' => $useplayer,
8686
'url_isset' => ($url_opencast != ''),
87-
'lti_data' => json_encode($lti_data),
87+
'lti_data' => $lti_data,
8888
'search_url' => $lti_url
8989
)
9090
);

0 commit comments

Comments
 (0)