소스 검색

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);
 			}
 		}