new method was added in the same rel, so wait before showing the notice. follow up...
authorJeroen De Dauw <jeroendedauw@users.mediawiki.org>
Tue, 13 Dec 2011 21:19:10 +0000 (21:19 +0000)
committerJeroen De Dauw <jeroendedauw@users.mediawiki.org>
Tue, 13 Dec 2011 21:19:10 +0000 (21:19 +0000)
includes/LogPage.php

index 55be42d..454f935 100644 (file)
@@ -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] ) ) {