More __ for r87572
authorSam Reed <reedy@users.mediawiki.org>
Fri, 6 May 2011 20:46:13 +0000 (20:46 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Fri, 6 May 2011 20:46:13 +0000 (20:46 +0000)
includes/GlobalFunctions.php

index f083d8b..caa42f9 100644 (file)
@@ -3289,7 +3289,7 @@ function wfWaitForSlaves( $maxLag = false, $wiki = false ) {
  * @deprecated Warnings in 1.19, removal in 1.20
  */
 function wfOut( $s ) {
-       wfDeprecated( __METHOD );
+       wfDeprecated( __METHOD__ );
        global $wgCommandLineMode;
        if ( $wgCommandLineMode && !defined( 'MEDIAWIKI_INSTALL' ) ) {
                echo $s;