Browse Source

Learning path thread - CT#1287

Guillaume Viguier 15 years ago
parent
commit
748c43a038
1 changed files with 3 additions and 0 deletions
  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);
 			}
 		}