X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiWatch.php;h=f09fdcb063c9cc927482729afacd013e44e04a83;hb=c340c41b37b5079ba90489f6b212bb8e4642031a;hp=4e5e000115d75f5b9bac70933bacbedf1fffd36f;hpb=3071f1fad720f1773864621158a0c59b73124896;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiWatch.php b/includes/api/ApiWatch.php index 4e5e000115..f09fdcb063 100644 --- a/includes/api/ApiWatch.php +++ b/includes/api/ApiWatch.php @@ -80,7 +80,7 @@ class ApiWatch extends ApiBase { if ( $extraParams ) { $p = $this->getModulePrefix(); $this->dieUsage( - "The parameter {$p}title can not be used with " . implode( ", ", $extraParams ), + "The parameter {$p}title can not be used with " . implode( ', ', $extraParams ), 'invalidparammix' ); }