mirror of
https://github.com/friendica/friendica
synced 2024-11-18 02:23:40 +00:00
Update src/Object/Image.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
parent
88a7dd1afb
commit
2c509ac2b2
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ class Image
|
|||
return false;
|
||||
}
|
||||
|
||||
$scale = Images::getScalingDimensions($width, $height,$max);
|
||||
$scale = Images::getScalingDimensions($width, $height, $max);
|
||||
return $this->scale($scale['width'], $scale['height']);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue