aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2017-10-17 11:07:59 +0300
committerValentin Popov <info@valentineus.link>2017-10-17 11:07:59 +0300
commit31cf02f67b72dc6410684383136c36fac23d00cb (patch)
tree1f9ea28627a293d22ba455ff6f6202cbd4de694b
parent758332d63569e033fd417a79ffd046373d77decf (diff)
downloadauth_link-31cf02f67b72dc6410684383136c36fac23d00cb.tar.xz
auth_link-31cf02f67b72dc6410684383136c36fac23d00cb.zip
Fix PHP Mess Detector
-rw-r--r--auth.php2
1 files changed, 1 insertions, 1 deletions
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;
}