浏览代码

[svn r9903] Added aicc 'au' type to save() method

Yannick Warnier 18 年之前
父节点
当前提交
ff848a8942
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      main/newscorm/learnpathItem.class.php

+ 1 - 1
main/newscorm/learnpathItem.class.php

@@ -928,7 +928,7 @@ class learnpathItem{
      	$item_id = $this->get_id();
      	//first check if parameters passed via GET can be saved here
      	//in case it's a SCORM, we should get:
-		if($this->type == 'sco'){
+		if($this->type == 'sco' || $this->type== 'au'){
 			$s = $this->get_status(true);
 			if($this->prevent_reinit == 1 AND
 				$s != $this->possible_status[0] AND $s != $this->possible_status[1]){