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
60
60
const SAVE_FORUM_POST = 'save_forum_post ' ;
61
61
const SAVE_FORUM_THREAD = 'save_forum_thread ' ;
62
62
const SET_THREAD_NOTIFY = 'set_thread_notify ' ;
63
- const DOWNLOAD_FORUM_ATTACHMENT = 'download_forum_attachment ' ;
63
+ const DOWNLOAD_FORUM_ATTACHMENT = 'download_forum_attachment ' ;
64
64
65
65
const GET_WORK_LIST = 'get_work_list ' ;
66
66
const GET_WORK_STUDENTS_WITHOUT_PUBLICATIONS = 'get_work_students_without_publications ' ;
@@ -889,7 +889,7 @@ public function getCourseForumThread($forumId, $threadId)
889
889
$ postInfo ['iid ' ],
890
890
0 ,
891
891
$ this ->course ->getId ()
892
- )
892
+ ),
893
893
];
894
894
}
895
895
@@ -2947,7 +2947,6 @@ public function viewMessage(int $messageId)
2947
2947
2948
2948
public function downloadForumPostAttachment (string $ path )
2949
2949
{
2950
-
2951
2950
$ courseCode = $ this ->course ->getCode ();
2952
2951
$ sessionId = $ this ->session ? $ this ->session ->getId () : 0 ;
2953
2952
You can’t perform that action at this time.
0 commit comments