r97797 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97796‎ | r97797 | r97798 >
Date:06:28, 22 September 2011
Author:tstarling
Status:ok
Tags:
Comment:
Remove unused global added during testing.
Modified paths:
  • /trunk/extensions/TitleBlacklist/TitleBlacklist.hooks.php (modified) (history)

Diff [purge]

Index: trunk/extensions/TitleBlacklist/TitleBlacklist.hooks.php
@@ -101,7 +101,6 @@
102102 public static function centralAuthAutoCreate( $user, $userName ) {
103103 $message = ''; # Will be ignored
104104 $anon = new User;
105 - global $wgUser;
106105 return self::acceptNewUserName( $userName, $anon, $message );
107106 }
108107

Follow-up revisions

RevisionCommit summaryAuthorDate
r97798MFT r97794, r97797: Fixed TitleBlacklist which was causing "Invalid argument ...tstarling06:32, 22 September 2011

Status & tagging log