Index: trunk/phase3/includes/CategoryPage.php |
— | — | @@ -587,8 +587,8 @@ |
588 | 588 | |
589 | 589 | # Check if there's a "from" or "until" for anything |
590 | 590 | $fromOrUntil = false; |
591 | | - foreach ( array( 'page', 'subcat', 'file' ) as $type ) { |
592 | | - if ( $this->from[$type] !== null || $this->until[$type] !== null ) { |
| 591 | + foreach ( array( 'page', 'subcat', 'file' ) as $t ) { |
| 592 | + if ( $this->from[$t] !== null || $this->until[$t] !== null ) { |
593 | 593 | $fromOrUntil = true; |
594 | 594 | break; |
595 | 595 | } |