https://bugzilla.wikimedia.org/show_bug.cgi?id=42010

--- Comment #4 from Sam Reed (reedy) <[email protected]> 2012-11-11 14:48:42 
UTC ---
'centralauth-editset-badwikis'                    => 'The following
{{PLURAL:$2|wiki does not|wikis do not}} exist: $1.',

        if ( $badwikis ) {
            $this->buildSetView( $id, $this->msg(
                'centralauth-editset-badwikis',
                implode( ', ', $badwikis ) )
                ->numParams( count( $badwikis ) )
                ->params( $name, $type, $wikis, $reason )
                ->escaped()
            );
            return;
        }

https://github.com/wikimedia/mediawiki-extensions-CentralAuth/commit/dc6094947dfdd1a9b6b7f73c1ca951da8c3e29ed#L16L297


Fix attempted in https://gerrit.wikimedia.org/r/#/c/32910/

Merged and deployed. Can someone test it again? As I can't edit wikisets

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to