Fixed auth function signature.

This commit is contained in:
Daniel Thee Roperto
2016-09-02 17:50:27 +10:00
parent 7e7a8dd92f
commit 334fd907ad

View File

@@ -46,7 +46,7 @@ class auth_plugin_outage extends auth_plugin_base
* Do not authenticate users.
* @return bool False
*/
public function user_login() {
public function user_login($username, $password) {
return false;
}
}