@@ -191,8 +191,7 @@ |
||
191 | 191 | |
192 | 192 | if($zoom > $this->options->zoom_normalize){ |
193 | 193 | $this->scale($il, $w, $h, $this->options->fast_resize_upsample, $this->options->resize_filter_upsample, $this->options->resize_blur_upsample); |
194 | - } |
|
195 | - elseif($zoom < $this->options->zoom_normalize){ |
|
194 | + } elseif($zoom < $this->options->zoom_normalize){ |
|
196 | 195 | $this->scale($il, $w, $h, $this->options->fast_resize_downsample, $this->options->resize_filter_downsample, $this->options->resize_blur_downsample); |
197 | 196 | } |
198 | 197 |