Index: trunk/phase3/includes/GlobalFunctions.php |
— | — | @@ -3289,7 +3289,7 @@ |
3290 | 3290 | * @deprecated Warnings in 1.19, removal in 1.20 |
3291 | 3291 | */ |
3292 | 3292 | function wfOut( $s ) { |
3293 | | - wfDeprecated( __METHOD ); |
| 3293 | + wfDeprecated( __METHOD__ ); |
3294 | 3294 | global $wgCommandLineMode; |
3295 | 3295 | if ( $wgCommandLineMode && !defined( 'MEDIAWIKI_INSTALL' ) ) { |
3296 | 3296 | echo $s; |