Index: trunk/extensions/GlobalUsage/GlobalUsageHooks.php |
— | — | @@ -67,7 +67,7 @@ |
68 | 68 | * Hook to FileDeleteComplete |
69 | 69 | * Copies the local link table to the global. |
70 | 70 | */ |
71 | | - public static function onFileDeleteComplete( $file, $oldimage, $article, $wgUser, $reason ) { |
| 71 | + public static function onFileDeleteComplete( $file, $oldimage, $article, $user, $reason ) { |
72 | 72 | if ( !$oldimage ) { |
73 | 73 | $gu = self::getGlobalUsage(); |
74 | 74 | $gu->copyLocalImagelinks( $file->getTitle() ); |