From: Aaron Schulz Date: Sun, 5 Oct 2008 02:48:40 +0000 (+0000) Subject: Remove cruft here X-Git-Tag: 1.31.0-rc.0~44914 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/journal.php?a=commitdiff_plain;h=66b4483f3d4c1a31ce03fb3a522c28c0ca97a9fe;p=lhc%2Fweb%2Fwiklou.git Remove cruft here --- 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() {