X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Flogging%2FLogFormatter.php;h=4aa890fb9b0c98f658b35bb80df23c910ca3e2e0;hb=81aa6d7a758a000dcd110a2d4d21e50aca6d3444;hp=b4a682583c28a9bee830ee220efde6a2d50fc3c6;hpb=17d8a57bde68073290f4b548ad28658181a11d0e;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/logging/LogFormatter.php b/includes/logging/LogFormatter.php index b4a682583c..4aa890fb9b 100644 --- a/includes/logging/LogFormatter.php +++ b/includes/logging/LogFormatter.php @@ -755,10 +755,11 @@ class LogFormatter { /** * Shortcut for wfMessage which honors local context. * @param string $key + * @param mixed ...$params * @return Message */ - protected function msg( $key ) { - return $this->context->msg( $key ); + protected function msg( $key, ...$params ) { + return $this->context->msg( $key, ...$params ); } /**