diff --git a/core/model/Image.php b/core/model/Image.php index 98b45716c..b4b94d82c 100755 --- a/core/model/Image.php +++ b/core/model/Image.php @@ -172,7 +172,7 @@ class Image extends File { } public function SetHeight($height) { - return $this->getFormattedImage('SetWidth', $height); + return $this->getFormattedImage('SetHeight', $height); } public function SetSize($width, $height) {