diff --git a/main/course_progress/thematic_controller.php b/main/course_progress/thematic_controller.php index 87b6a772ef..3aaa6fd709 100755 --- a/main/course_progress/thematic_controller.php +++ b/main/course_progress/thematic_controller.php @@ -32,8 +32,7 @@ class ThematicController * @param string Action * render to thematic.php */ - public function thematic($action) { - var_dump($action); + public function thematic($action) { $thematic= new Thematic(); $data = array(); $error = false;