From 3fbfee9b5f5c190973a53d90aadcb154fe6c6c84 Mon Sep 17 00:00:00 2001 From: Jeroen De Dauw Date: Tue, 13 Dec 2011 21:19:10 +0000 Subject: [PATCH] new method was added in the same rel, so wait before showing the notice. follow up to r106070 --- includes/LogPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] ) ) { -- 2.20.1