diff --git a/lib/phpmailer/README_MOODLE.txt b/lib/phpmailer/README_MOODLE.txt index eccefa6f9da..38d78d5d6bb 100644 --- a/lib/phpmailer/README_MOODLE.txt +++ b/lib/phpmailer/README_MOODLE.txt @@ -11,5 +11,6 @@ examples/ test/ Our changes: - * Modified EncodeQP() to not use php's implementation of quoted printable encoding as it was causing problems for some users MDL-23240 + * Modified EncodeQP() in class.phpmailer.php to not use php's implementation of quoted + printable encoding as it was causing problems for some users MDL-23240