We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c29efbb commit 6465b5cCopy full SHA for 6465b5c
main/lp/lp_add_audio.php
@@ -119,7 +119,6 @@
119
$tpl = new Template(null);
120
$tpl->assign('unique_file_id', api_get_unique_id());
121
$tpl->assign('course_code', api_get_course_id());
122
-$tpl->assign('php_session_id', session_id());
123
$tpl->assign('filename', $lp_item->get_title().'_nano.wav');
124
$tpl->assign('enable_record_audio', api_get_setting('enable_record_audio') === 'true');
125
$tpl->assign('cur_dir_path', '/audio');
0 commit comments