r58083 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r58082‎ | r58083 | r58084 >
Date:09:16, 24 October 2009
Author:siebrand
Status:deferred
Tags:
Comment:
Fix fatal
Modified paths:
  • /trunk/extensions/Translate/scripts/languageeditstats.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/scripts/languageeditstats.php
@@ -37,7 +37,7 @@
3838 }
3939
4040 if ( isset( $options['days'] ) ) {
41 - $hours = inval( $options['days'] ) * 24; // no day change cutoff
 41+ $hours = intval( $options['days'] ) * 24; // no day change cutoff
4242 } else {
4343 $hours = 7 * 24;
4444 }

Status & tagging log