File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ class Rest extends WebService
6060 const SAVE_FORUM_POST = 'save_forum_post ' ;
6161 const SAVE_FORUM_THREAD = 'save_forum_thread ' ;
6262 const SET_THREAD_NOTIFY = 'set_thread_notify ' ;
63- const DOWNLOAD_FORUM_ATTACHMENT = 'download_forum_attachment ' ;
63+ const DOWNLOAD_FORUM_ATTACHMENT = 'download_forum_attachment ' ;
6464
6565 const GET_WORK_LIST = 'get_work_list ' ;
6666 const GET_WORK_STUDENTS_WITHOUT_PUBLICATIONS = 'get_work_students_without_publications ' ;
@@ -889,7 +889,7 @@ public function getCourseForumThread($forumId, $threadId)
889889 $ postInfo ['iid ' ],
890890 0 ,
891891 $ this ->course ->getId ()
892- )
892+ ),
893893 ];
894894 }
895895
@@ -2947,7 +2947,6 @@ public function viewMessage(int $messageId)
29472947
29482948 public function downloadForumPostAttachment (string $ path )
29492949 {
2950-
29512950 $ courseCode = $ this ->course ->getCode ();
29522951 $ sessionId = $ this ->session ? $ this ->session ->getId () : 0 ;
29532952
You can’t perform that action at this time.
0 commit comments