mirror of
https://github.com/moodle/moodle.git
synced 2025-02-13 20:36:42 +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.