From 31cf02f67b72dc6410684383136c36fac23d00cb Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 17 Oct 2017 12:07:59 +0400 Subject: Fix PHP Mess Detector --- auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth.php b/auth.php index d936628..85ad706 100644 --- a/auth.php +++ b/auth.php @@ -67,7 +67,7 @@ class auth_plugin_link extends auth_plugin_base { /** * No password updates. */ - public function user_update_password($user, $newpassword) { + public function user_update_password() { return false; } -- cgit v1.2.3