r1989 - branches/milestone_43.x/wpi/extensions/ContributionScores

1 view
Skip to first unread message

martijn....@bigcat.unimaas.nl

unread,
Jan 20, 2017, 3:07:35 PM1/20/17
to wikipathw...@googlegroups.com
Author: AlexanderPico
Date: Fri Jan 20 22:55:00 2017
New Revision: 1989

Log:
changed default stats to 30 days

Modified:
branches/milestone_43.x/wpi/extensions/ContributionScores/ContributionScores_body.php

Modified: branches/milestone_43.x/wpi/extensions/ContributionScores/ContributionScores_body.php
==============================================================================
--- branches/milestone_43.x/wpi/extensions/ContributionScores/ContributionScores_body.php (original)
+++ branches/milestone_43.x/wpi/extensions/ContributionScores/ContributionScores_body.php Fri Jan 20 22:55:00 2017
@@ -176,7 +176,7 @@
if ( empty( $limit ) || $limit < 1 || $limit > CONTRIBUTIONSCORES_MAXINCLUDELIMIT )
$limit = 10;
if ( is_null( $days ) || $days < 0 )
- $days = 7;
+ $days = 30;

if ( $days > 0 ) {
$reportTitle = wfMsg( 'contributionscores-days', $days );
Reply all
Reply to author
Forward
0 new messages