r40105 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r40104‎ | r40105 | r40106 >
Date:21:00, 27 August 2008
Author:aaron
Status:old
Tags:
Comment:
set $plot->minY
Modified paths:
  • /trunk/extensions/FlaggedRevs/specialpages/RatingHistory_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/FlaggedRevs/specialpages/RatingHistory_body.php
@@ -340,6 +340,7 @@
341341 $plot->innerPaddingY = 2;
342342 $plot->outerPadding = 0;
343343 $plot->offsetGridlinesX = 0;
 344+ $plot->minY = 0;
344345 $plot->maxY = 4;
345346 // Set cutoff time for period
346347 $dbr = wfGetDB( DB_SLAVE );