diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-05-14 09:54:15 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-05-14 09:54:15 +0100 |
| commit | 4f72c4761359485da48b19eb8d9cf525797e7df8 (patch) | |
| tree | fe82ef7aa5142b6aca98dbfa49445df3897e1f56 /edit_image.php | |
| parent | 7c55576c11eaa4586f93461cbd70c54b74b38c36 (diff) | |
| download | fisheye-4f72c4761359485da48b19eb8d9cf525797e7df8.tar.gz fisheye-4f72c4761359485da48b19eb8d9cf525797e7df8.tar.bz2 fisheye-4f72c4761359485da48b19eb8d9cf525797e7df8.zip | |
php-cs-fixer tidies to php8.5 standards
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'edit_image.php')
| -rwxr-xr-x | edit_image.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/edit_image.php b/edit_image.php index b7d3ebf..22ae0cb 100755 --- a/edit_image.php +++ b/edit_image.php @@ -8,6 +8,7 @@ * required setup */ namespace Bitweaver\Fisheye; + use Bitweaver\KernelTools; require_once '../kernel/includes/setup_inc.php'; @@ -116,7 +117,7 @@ if( !empty($_REQUEST['saveImage']) || !empty($_REQUEST['regenerateThumbnails'] ) 'confirm_item'=> $gContent->mInfo['file_name'], 'warning' => KernelTools::tra('Are you sure you want to delete this image?') . ' (' . $gContent->getTitle() . ') ' . KernelTools::tra('It will be removed from all galleries to which it belongs.'), 'error' => KernelTools::tra('This cannot be undone!'), - ] + ], ); } else { if( $gContent->expunge() ) { |
