Incorrect call to Tiny_Image::compress() from Tiny_Plugin
-
Most of
Tiny_Plugin::compress_*()methods callTiny_Image::compress()incorrectly – thecompress()method doesn’t takeTiny_Settingsas a parameter. Sample code fromTiny_Plugin::compress_image_for_bulk():$tiny_image = new Tiny_Image( $this->settings, $id, $metadata ); $result = $tiny_image->compress( $this->settings );
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Incorrect call to Tiny_Image::compress() from Tiny_Plugin’ is closed to new replies.