Small fixes

This commit is contained in:
RainLoop Team 2016-11-11 22:48:47 +03:00
parent 930f6dbb6d
commit d3f8fa4308
4 changed files with 13 additions and 17 deletions

View file

@ -8470,7 +8470,7 @@ NewThemeLink IncludeCss LoadingDescriptionEsc TemplatesLink LangLink IncludeBack
/**
* @param \Imagine\Image\AbstractImage $oImage
*/
private function correctImageOrientation($oImage, $bDetectImageOrientation = true, $iThumbnailBoxSize = null)
public function correctImageOrientation($oImage, $bDetectImageOrientation = true, $iThumbnailBoxSize = null)
{
$iOrientation = 1;
if ($bDetectImageOrientation && \MailSo\Base\Utils::FunctionExistsAndEnabled('exif_read_data') &&