frumbert / wp2moodle-moodle

Moodle end of a Wordpress to Moodle Single Sign On auth plugin
28 stars 29 forks source link

Deprecation warning for future PHP versions #31

Open actXc opened 6 years ago

actXc commented 6 years ago

I got this message as a warning in moodle debugging mode: No need to fix the naming now, but ... :-)

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; auth_plugin_wp2moodle has a deprecated constructor in ~/moodle/auth/wp2moodle/auth.php on line 25

dantabel commented 5 years ago

This can be fixed by simply changing the function name auth_plugin_wp2moodle() to __construct() in the auth.php file.