gjbarnard / moodle-format_topcoll

Collapsed Topics course format for Moodle.
http://docs.moodle.org/en/Collapsed_Topics_course_format
GNU General Public License v3.0
35 stars 60 forks source link

Fix assign_meta() when self::std_meta() returns null #85

Closed golenkovm closed 3 years ago

golenkovm commented 3 years ago

This is a fix for issue #84

golenkovm commented 3 years ago

Hi @gjb2048

It seems I didn't notice that in some cases $meta can be null for assignments: https://github.com/gjb2048/moodle-format_topcoll/blob/82c38f2203910e188495609c32242fc730c79348/classes/activity.php#L212

Sorry about that. Please, have a look at the fix.

Cheers, Mikhail

gjb2048 commented 3 years ago

All makes sense. Merged.