r105693 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r105692‎ | r105693 | r105694 >
Date:18:54, 9 December 2011
Author:aaron
Status:ok
Tags:
Comment:
Made logUserAccountCreation protected since no outsider callers use it anymore
Modified paths:
  • /trunk/extensions/CheckUser/CheckUser.hooks.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CheckUser/CheckUser.hooks.php
@@ -171,7 +171,7 @@
172172 * @param $actiontext string
173173 * @return bool
174174 */
175 - public static function logUserAccountCreation( User $user, $actiontext ) {
 175+ protected static function logUserAccountCreation( User $user, $actiontext ) {
176176 global $wgRequest;
177177
178178 // Get IP

Status & tagging log