MDL-51758 libraries: Reworded password.php not required

This commit is contained in:
Rajesh Taneja 2016-07-20 12:55:09 +08:00
parent ff0039689b
commit 01082b50f0

View File

@ -25,5 +25,5 @@
defined('MOODLE_INTERNAL') || die();
debugging('password_compat is now standard in all versions of PHP that Moodle supports. '
. 'You no longer need to include the password_compat polyfill.',
. 'You no longer need to include the lib/password_compat/lib/password.php',
DEBUG_DEVELOPER);