Skip to content

Commit

Permalink
Fix issue with exercises live results (class name not capitalized)
Browse files Browse the repository at this point in the history
  • Loading branch information
ywarnier committed Jun 27, 2016
1 parent fd371b0 commit 663fa2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/inc/ajax/exercise.ajax.php
Expand Up @@ -117,7 +117,7 @@
$results[] = $row;
}

$oExe = new exercise();
$oExe = new Exercise();
$oExe->read($exercise_id);

$response = new stdClass();
Expand Down

0 comments on commit 663fa2b

Please sign in to comment.