瀏覽代碼

Learning path thread - CT#1287

Guillaume Viguier 15 年之前
父節點
當前提交
748c43a038
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      main/newscorm/learnpath.class.php

+ 3 - 0
main/newscorm/learnpath.class.php

@@ -6968,6 +6968,9 @@ class learnpath {
 				case TOOL_FORUM :
 					$return .= $this->display_manipulate($item_id, $row['item_type']);
 					$return .= $this->display_forum_form('move', $item_id, $row);
+				case TOOL_THREAD :
+					$return .= $this->display_manipulate($item_id, $row['item_type']);
+					$return .= $this->display_forum_form('move', $item_id, $row);
 			}
 		}