From 5b1816fa70cd98dc84a5a2139b03dbc03dbee3ab Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Thu, 21 Jul 2016 18:27:06 -0500 Subject: [PATCH] Minor - Add parameters definition in Rapid PPT Converter to avoid warning --- main/lp/openoffice_document.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/main/lp/openoffice_document.class.php b/main/lp/openoffice_document.class.php index 4f8209a5ce..3265ecb7f0 100755 --- a/main/lp/openoffice_document.class.php +++ b/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) {