image rotate

Phoca Gallery - image gallery extension
maxgag51
Phoca Newbie
Phoca Newbie
Posts: 1
Joined: 01 Jun 2015, 12:05

image rotate

Post by maxgag51 »

I think here (phocagalleryimg) there is an error:
PhocaGalleryImageRotate::rotateImage($thumbNameL, 'large', $angle, $errorMsgS);
if ($errorMsgS != '') {
$errorMsg = $errorMsgS;
return false;
}
PhocaGalleryImageRotate::rotateImage($thumbNameM, 'medium', $angle, $errorMsgM);
if ($errorMsgM != '') {
$errorMsg = $errorMsgM;
return false;
}
PhocaGalleryImageRotate::rotateImage($thumbNameS, 'small', $angle, $errorMsgL);
if ($errorMsgL != '') {
$errorMsg = $errorMsgL;
return false;
}
Large instead small and viceversa
Thanks for your excellent work
Regards
Massimo
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49144
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: image rotate

Post by Jan »

Hi, yes, thank you very much for the info. I will fix it in next version.

Thank you, Jan
If you find Phoca extensions useful, please support the project
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49144
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: image rotate

Post by Jan »

Hi, will be fixed in 4.2.0

Jan
If you find Phoca extensions useful, please support the project
Post Reply