Index: trunk/extensions/PNGHandler/PNGHandler_body.php |
— | — | @@ -25,7 +25,7 @@ |
26 | 26 | return new ThumbnailImage( $image, $image->getURL(), $clientWidth, $clientHeight, $srcPath ); |
27 | 27 | } |
28 | 28 | |
29 | | - wfDebug( __METHOD__.": creating {$physicalWidth}x{$physicalHeight} thumbnail at $dstPath\n" ); |
| 29 | + wfDebug( __METHOD__.": creating {$params['physicalWidth']}x{$params['physicalHeight']} thumbnail at $dstPath\n" ); |
30 | 30 | |
31 | 31 | $cmd = "{$egPngdsPath}pngds ". |
32 | 32 | "--width {$params['physicalWidth']} ". |