From 3999f73a1f608217bcf8f4fb1460da7e5e1d96be Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Fri, 6 May 2011 20:46:13 +0000 Subject: [PATCH] More __ for r87572 --- includes/GlobalFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1