djplaner / moodle-mod_bim

A Moodle activity module the provides support for managing/marking individual student blogs hosted on external services.
http://davidtjones.wordpress.com/research/bam-blog-aggregation-management/
7 stars 2 forks source link

Undefined property - Manage Marking #84

Closed djplaner closed 10 years ago

djplaner commented 10 years ago

A coordinator using manage marking generating warnings

Notice: Undefined property: stdClass::$Submitted in /Applications/XAMPP/xamppfiles/htdocs/fred/mod/bim/lib/locallib.php on line 435

djplaner commented 10 years ago

Problem using += with a stdClass object where the variable hasn't been defined. Added if ( !isset( $total->$status)) { $total->$status = 0; }