Index: trunk/extensions/VipsScaler/SpecialVipsTest.php |
— | — | @@ -44,9 +44,6 @@ |
45 | 45 | |
46 | 46 | if ( $request->getText( 'thumb' ) ) { |
47 | 47 | $this->streamThumbnail(); |
48 | | - } elseif ( $par || $request->getText( 'file' ) ) { |
49 | | - $this->showForm(); |
50 | | - $this->showThumbnails(); |
51 | 48 | } else { |
52 | 49 | $this->showForm(); |
53 | 50 | } |
— | — | @@ -134,6 +131,7 @@ |
135 | 132 | $result = $form->show(); |
136 | 133 | if( $result === true or $result instanceof Status && $result->isGood() ) { |
137 | 134 | $form->displayForm( $result ); |
| 135 | + $this->showThumbnails(); |
138 | 136 | } |
139 | 137 | } |
140 | 138 | |