aboutsummaryrefslogtreecommitdiff
path: root/lib/elearning/LonCapaContentModule.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/elearning/LonCapaContentModule.class.php')
-rw-r--r--lib/elearning/LonCapaContentModule.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/elearning/LonCapaContentModule.class.php b/lib/elearning/LonCapaContentModule.class.php
index 70976cc..0f16cd0 100644
--- a/lib/elearning/LonCapaContentModule.class.php
+++ b/lib/elearning/LonCapaContentModule.class.php
@@ -25,7 +25,7 @@ class LonCapaContentModule extends ContentModule
* @param string $module_type
* @param string $cms_type
*/
- public function __construct($module_id = "", $module_type, $cms_type)
+ public function __construct($module_id, $module_type, $cms_type)
{
$this->lcRequest = new LonCapaRequest();
$this->cmsUrl = $GLOBALS['ELEARNING_INTERFACE_MODULES'][$cms_type]['ABSOLUTE_PATH_ELEARNINGMODULES'];