Details
Description
At row 109 of view.php of the current workshop module FOR MOODLE 1.9.x
the variable $student is undefined.
I read the code and I am not able to understand how it can get a value.
Activity
- All
- Comments
- History
- Activity
- Source
- Test Sessions
Thanks for spotting this Daniele. $student is a mistake, $USER is expected to be passed.
Fixed in CVS.