From: Jeroen De Dauw Date: Tue, 13 Dec 2011 21:19:10 +0000 (+0000) Subject: new method was added in the same rel, so wait before showing the notice. follow up... X-Git-Tag: 1.31.0-rc.0~25985 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=3fbfee9b5f5c190973a53d90aadcb154fe6c6c84;p=lhc%2Fweb%2Fwiklou.git new method was added in the same rel, so wait before showing the notice. follow up to r106070 --- diff --git a/includes/LogPage.php b/includes/LogPage.php index 55be42d26a..454f9356eb 100644 --- a/includes/LogPage.php +++ b/includes/LogPage.php @@ -175,7 +175,7 @@ class LogPage { * @deprecated in 1.19, warnings in 1.21. Use getName() */ public static function logName( $type ) { - wfDeprecated( __METHOD__, '1.19' ); + # wfDeprecated( __METHOD__, '1.19' ); global $wgLogNames; if( isset( $wgLogNames[$type] ) ) {