Index: trunk/phase3/includes/filerepo/File.php |
— | — | @@ -517,7 +517,7 @@ |
518 | 518 | if ( $height != -1 ) { |
519 | 519 | $params['height'] = $height; |
520 | 520 | } |
521 | | - return $this->transform( $params, $flags ); |
| 521 | + return $this->transform( $params, 0 ); |
522 | 522 | } |
523 | 523 | |
524 | 524 | /** |