r69901 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69900‎ | r69901 | r69902 >
Date:20:13, 25 July 2010
Author:platonides
Status:ok
Tags:
Comment:
Do not use $wgUser as parameter name.
Modified paths:
  • /trunk/extensions/GlobalUsage/GlobalUsageHooks.php (modified) (history)

Diff [purge]

Index: trunk/extensions/GlobalUsage/GlobalUsageHooks.php
@@ -67,7 +67,7 @@
6868 * Hook to FileDeleteComplete
6969 * Copies the local link table to the global.
7070 */
71 - public static function onFileDeleteComplete( $file, $oldimage, $article, $wgUser, $reason ) {
 71+ public static function onFileDeleteComplete( $file, $oldimage, $article, $user, $reason ) {
7272 if ( !$oldimage ) {
7373 $gu = self::getGlobalUsage();
7474 $gu->copyLocalImagelinks( $file->getTitle() );

Status & tagging log