Index: trunk/extensions/Translate/scripts/languageeditstats.php |
— | — | @@ -37,7 +37,7 @@ |
38 | 38 | } |
39 | 39 | |
40 | 40 | if ( isset( $options['days'] ) ) { |
41 | | - $hours = inval( $options['days'] ) * 24; // no day change cutoff |
| 41 | + $hours = intval( $options['days'] ) * 24; // no day change cutoff |
42 | 42 | } else { |
43 | 43 | $hours = 7 * 24; |
44 | 44 | } |