X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Flogging%2FRightsLogFormatter.php;h=ac252aebc3f7f8990ec1ea0f0fc6ec3b85ae747d;hb=4ffe4ca50b44eed5846ea9947d8ab4ad9877dbe2;hp=d3daf6ee6badb98bf295902d6055b8e6e2d48f9c;hpb=a98cef2118b38384278d2d0d0ae8f0f11799be61;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/logging/RightsLogFormatter.php b/includes/logging/RightsLogFormatter.php index d3daf6ee6b..ac252aebc3 100644 --- a/includes/logging/RightsLogFormatter.php +++ b/includes/logging/RightsLogFormatter.php @@ -55,6 +55,7 @@ class RightsLogFormatter extends LogFormatter { if ( !isset( $params[3] ) && !isset( $params[4] ) ) { $key .= '-legacy'; } + return $key; }