lsuonline / lsuce-block_quickmail

6 stars 37 forks source link

Remove error_log line that creates noice in the php error log. #94

Closed srobotta closed 3 weeks ago

srobotta commented 1 month ago

We have seen a lot of log lines like: [Tue Oct 15 10:46:30.098192 2024] [proxy_fcgi:error] [pid 907922:tid 139823085172288] [remote XX.XX.XX.XX.YYYYY] AH01071: Got error 'PHP message: What is context locking: 1', referer: https://our-moodle/my/courses.php

This is because of a error_log() that is writing the state of $CFG->contextlocking. I guess this is a left over from some debugging and therefore think it can be removed.

ChaoticDalo commented 3 weeks ago

This is in the latest release.