You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the current version of Hot Question in github in Moodle 2.4.3+ and Moodle 2.5.1+, with debugging set to developer, lines 122 and 131 cause a Strict Standards error.
Adding:
$formatoptions = new stdClass();
$a = new stdClass();
at about lines 110 and 111 will fix the errors.
The text was updated successfully, but these errors were encountered:
When using the current version of Hot Question in github in Moodle 2.4.3+ and Moodle 2.5.1+, with debugging set to developer, lines 122 and 131 cause a Strict Standards error.
Adding:
$formatoptions = new stdClass();
$a = new stdClass();
at about lines 110 and 111 will fix the errors.
The text was updated successfully, but these errors were encountered: