From: Sam Reed Date: Fri, 6 May 2011 20:46:13 +0000 (+0000) Subject: More __ for r87572 X-Git-Tag: 1.31.0-rc.0~30372 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/gestion/rappel_supprimer.php?a=commitdiff_plain;h=3999f73a1f608217bcf8f4fb1460da7e5e1d96be;p=lhc%2Fweb%2Fwiklou.git More __ for r87572 --- diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index f083d8b0b4..caa42f9ba5 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -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;