diff options
author | Valentin Popov <info@valentineus.link> | 2017-10-17 11:07:59 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-10-17 11:07:59 +0300 |
commit | 31cf02f67b72dc6410684383136c36fac23d00cb (patch) | |
tree | 1f9ea28627a293d22ba455ff6f6202cbd4de694b | |
parent | 758332d63569e033fd417a79ffd046373d77decf (diff) | |
download | auth_link-31cf02f67b72dc6410684383136c36fac23d00cb.tar.xz auth_link-31cf02f67b72dc6410684383136c36fac23d00cb.zip |
Fix PHP Mess Detector
-rw-r--r-- | auth.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |