Index: trunk/phase3/includes/LogPage.php |
— | — | @@ -175,7 +175,7 @@ |
176 | 176 | * @deprecated in 1.19, warnings in 1.21. Use getName() |
177 | 177 | */ |
178 | 178 | public static function logName( $type ) { |
179 | | - wfDeprecated( __METHOD__, '1.19' ); |
| 179 | + # wfDeprecated( __METHOD__, '1.19' ); |
180 | 180 | global $wgLogNames; |
181 | 181 | |
182 | 182 | if( isset( $wgLogNames[$type] ) ) { |