mirror of
https://github.com/moodle/moodle.git
synced 2025-02-12 11:32:04 +01:00
For preg_quote to work reliably, you must pass the delimiter you are using for your regular expression. In many places we were failing to do that.