BUG: ngg_Thumbnail::show – wrong default parameter
-
function show($quality=100,$name = '') {
and also
ImageJpeg($this->newImage,'',$quality);In both cases, instead of empty string (”), there should be null.
See here: http://www.php.net/manual/en/function.imagejpeg.php
To skip this argument in order to provide the quality parameter, use NULL.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘BUG: ngg_Thumbnail::show – wrong default parameter’ is closed to new replies.