Browse Source

Fixing double declaration

Julio Montoya 12 years ago
parent
commit
6791aaf844
1 changed files with 1 additions and 2 deletions
  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;