mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
abc4e1efed
PHP5 used to update error_reporting to 0 on functions called with the suppress errors operator (@). In PHP7 it is not updated. Credit to Rajesh Taneja.