소스 검색

Fixing double declaration

Julio Montoya 12 년 전
부모
커밋
6791aaf844
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      main/inc/lib/thematic.lib.php

+ 1 - 2
main/inc/lib/thematic.lib.php

@@ -9,8 +9,7 @@
  * @package chamilo.course_progress
  */
 class Thematic
-{	
-	private $session_id;
+{		
 	private $thematic_id;
 	private $thematic_title;
 	private $thematic_content;