X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FEditPage.php;h=68691c5cd46ae37332ca601ed765fc45312fdb53;hb=636c64482dc740e05b3a114927655a62acd1eca6;hp=530e267453efdece70bf39bb611d1589218069a9;hpb=584775e59d553b3447f615422e1b929506470f97;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/EditPage.php b/includes/EditPage.php index 530e267453..68691c5cd4 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -2937,7 +2937,7 @@ HTML foreach ( $output->getLimitReportData() as $key => $value ) { if ( wfRunHooks( 'ParserLimitReportFormat', - array( $key, $value, &$limitReport, true, true ) + array( $key, &$value, &$limitReport, true, true ) ) ) { $keyMsg = wfMessage( $key ); $valueMsg = wfMessage( array( "$key-value-html", "$key-value" ) );