diff --git a/core/model/Image.php b/core/model/Image.php index 03e30a1a6..2d849ab70 100755 --- a/core/model/Image.php +++ b/core/model/Image.php @@ -218,7 +218,7 @@ class Image extends File { return $gd->croppedResize($this->stat('strip_thumbnail_width'),$this->stat('strip_thumbnail_height')); } - function generatePad(GD $gd, $width, $height) { + function generatePaddedImage(GD $gd, $width, $height) { return $gd->paddedResize($width, $height); }