Index: trunk/extensions/RandomImage/RandomImage.class.php |
— | — | @@ -89,7 +89,6 @@ |
90 | 90 | } else { |
91 | 91 | $parts[] = 'thumb'; |
92 | 92 | } |
93 | | - $parts[] = $this->width; |
94 | 93 | if( $this->float ) |
95 | 94 | $parts[] = $this->float; |
96 | 95 | $parts[] = $this->getCaption( $image->getTitle() ); |