From 66b4483f3d4c1a31ce03fb3a522c28c0ca97a9fe Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Sun, 5 Oct 2008 02:48:40 +0000 Subject: [PATCH] Remove cruft here --- includes/AuthPlugin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/AuthPlugin.php b/includes/AuthPlugin.php index 20a43728e9..647be8a36e 100644 --- a/includes/AuthPlugin.php +++ b/includes/AuthPlugin.php @@ -240,8 +240,8 @@ class AuthPlugin { } class AuthPluginUser { - function __construct( $username ) { - $this->mName = $username; + function __construct( $user ) { + # Override this! } public function isLocked() { -- 2.20.1