Remove unused parameter
authorRaimond Spekking <raymond@users.mediawiki.org>
Sat, 27 Dec 2008 20:30:33 +0000 (20:30 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Sat, 27 Dec 2008 20:30:33 +0000 (20:30 +0000)
languages/Language.php

index e161298..b7c9efc 100644 (file)
@@ -1971,7 +1971,7 @@ class Language {
         * @param $list array of strings to put in a comma list
         * @return string
         */
-       function commaList( $list, $forContent = false ) {
+       function commaList( $list ) {
                return implode(
                        $list,
                        wfMsgExt( 'comma-separator', array( 'escapenoentities', 'language' => $this ) ) );