소스 검색

Minor - Add parameters definition in Rapid PPT Converter to avoid warning

Yannick Warnier 8 년 전
부모
커밋
5b1816fa70
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      main/lp/openoffice_document.class.php

+ 1 - 0
main/lp/openoffice_document.class.php

@@ -156,6 +156,7 @@ abstract class OpenofficeDocument extends learnpath
             $this->lp_id = learnpath::add_lp($_course['id'], $this->file_name, '', 'guess', 'manual');
             // make sure we have a course code available for later
             $this->cc = $_course['id'];
+            $this->course_info = $_course;
 
             // Call to the function implemented by child following action_after_conversion parameter.
             switch ($action_after_conversion) {