r41685 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r41684‎ | r41685 | r41686 >
Date:02:48, 5 October 2008
Author:aaron
Status:old
Tags:
Comment:
Remove cruft here
Modified paths:
  • /trunk/phase3/includes/AuthPlugin.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/AuthPlugin.php
@@ -240,8 +240,8 @@
241241 }
242242
243243 class AuthPluginUser {
244 - function __construct( $username ) {
245 - $this->mName = $username;
 244+ function __construct( $user ) {
 245+ # Override this!
246246 }
247247
248248 public function isLocked() {

Status & tagging log