Index: trunk/phase3/includes/upload/UploadBase.php |
— | — | @@ -373,7 +373,7 @@ |
374 | 374 | |
375 | 375 | $handler = MediaHandler::getHandler( $mime ); |
376 | 376 | if ( $handler ) { |
377 | | - $handler->verifyFileHook( $this, $mime, &$status ); |
| 377 | + $handler->verifyFileHook( $this, $mime, $status ); |
378 | 378 | if ( $status !== true ) { |
379 | 379 | return $status; |
380 | 380 | } |