From 8a7b7cf7972ee1c8bc8eb2fa79433bb328eb9aa3 Mon Sep 17 00:00:00 2001 From: Arne Heizmann Date: Sat, 28 Aug 2004 17:38:57 +0000 Subject: [PATCH] make this less confusing --- includes/SpecialContributions.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/includes/SpecialContributions.php b/includes/SpecialContributions.php index 4f09b7f918..2223ac73a2 100644 --- a/includes/SpecialContributions.php +++ b/includes/SpecialContributions.php @@ -153,8 +153,7 @@ function wfSpecialContributions( $par = "" ) require_once( 'SpecialValidate.php' ); $val = new Validation ; $val = $val->countUserValidations ( $id ) ; - $val = wfMsg ( 'val_user_validations', $val ) ; - $wgOut->addHTML( $val ); + $wgOut->addHTML( wfMsg ( 'val_user_validations', $val ) ); } } -- 2.20.1