ModernLMS / moodle-availability_othercompleted

This plugin allow to restrict access of activities and resources in your course based on other course completion.
6 stars 12 forks source link

Undefined variable $modname at classes\condition.php #35

Open mplt-aleks opened 1 year ago

mplt-aleks commented 1 year ago

So we've caught this error in our logs:

PHP Warning: Undefined variable $modname in PATH_TO_MOODLE\availability\condition\othercompleted\classes\condition.php on line 147

Upon checking, the $modname variable was being set conditionally(see lines 122-126) and with no default, so when it didn't met the condition the line 147 will complain.

Thank you so much. Cheers!