Fixed compatibility issue

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2018-06-10 15:23:47 +04:00
parent 9afca45377
commit 9c0a46a69b
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3

View File

@ -67,7 +67,7 @@ class auth_plugin_link extends auth_plugin_base {
/** /**
* No password updates. * No password updates.
*/ */
public function user_update_password() { public function user_update_password($user, $newpassword) {
return false; return false;
} }