diff options
| author | lsces <lester@lsces.co.uk> | 2026-03-26 17:10:13 +0000 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2026-03-26 17:10:13 +0000 |
| commit | 707e860b6cca2d2db7b3cfcfa41959d639cdf8b7 (patch) | |
| tree | 7a9e8630b41a9ad668ada7f4ebfe124001782910 /image_order.php | |
| parent | 5245cdcff43e01937278b80d2ee4d3a5c4fc0d81 (diff) | |
| download | fisheye-707e860b6cca2d2db7b3cfcfa41959d639cdf8b7.tar.gz fisheye-707e860b6cca2d2db7b3cfcfa41959d639cdf8b7.tar.bz2 fisheye-707e860b6cca2d2db7b3cfcfa41959d639cdf8b7.zip | |
Namespace corrections
Diffstat (limited to 'image_order.php')
| -rwxr-xr-x | image_order.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/image_order.php b/image_order.php index 897a215..e679003 100755 --- a/image_order.php +++ b/image_order.php @@ -116,7 +116,7 @@ if (!empty($_REQUEST['cancel'])) { $galleryItem = null; break; case 'rotate': - if( is_a( $galleryItem, 'FisheyeImage' ) ) { + if( is_a( $galleryItem, '\Bitweaver\Fisheye\FisheyeImage' ) ) { $galleryItem->rotateImage( $batchParam ); $feedback['success'] = KernelTools::tra( "Images rotated" ); } |
