Removing var_dump

skala
Julio Montoya 15 years ago
parent 296a2691bf
commit a93483290d
  1. 3
      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;

Loading…
Cancel
Save