Minor tweak to r109161, remove trailing "this"
authorChad Horohoe <demon@users.mediawiki.org>
Fri, 27 Jan 2012 13:27:26 +0000 (13:27 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Fri, 27 Jan 2012 13:27:26 +0000 (13:27 +0000)
includes/Title.php

index 916b09c..b91c55c 100644 (file)
@@ -1229,7 +1229,7 @@ class Title {
         */
        private static function fixUrlQueryArgs( $query, $query2 = false ) {
                if( $query2 !== false ) {
-                       wfDeprecated( "Title::get{Canonical,Full,Link,Local} method called with a second parameter is deprecated. Add your parameter to an array passed as the first parameter. This ", "1.19" );
+                       wfDeprecated( "Title::get{Canonical,Full,Link,Local} method called with a second parameter is deprecated. Add your parameter to an array passed as the first parameter.", "1.19" );
                }
                if ( is_array( $query ) ) {
                        $query = wfArrayToCGI( $query );