Index: trunk/extensions/CheckUser/CheckUser.hooks.php |
— | — | @@ -171,7 +171,7 @@ |
172 | 172 | * @param $actiontext string |
173 | 173 | * @return bool |
174 | 174 | */ |
175 | | - public static function logUserAccountCreation( User $user, $actiontext ) { |
| 175 | + protected static function logUserAccountCreation( User $user, $actiontext ) { |
176 | 176 | global $wgRequest; |
177 | 177 | |
178 | 178 | // Get IP |