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 /image_order.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 'image_order.php')
| -rwxr-xr-x | image_order.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/image_order.php b/image_order.php index 4487f98..7ceaa04 100755 --- a/image_order.php +++ b/image_order.php @@ -9,6 +9,7 @@ * required setup */ namespace Bitweaver\Fisheye; + require_once '../kernel/includes/setup_inc.php'; use Bitweaver\KernelTools; use Bitweaver\Liberty\LibertyBase; @@ -206,7 +207,7 @@ $listHash = [ 'no_thumbnails' => true, 'sort_mode' => 'title_asc', 'show_empty' => true, - 'offset' => 0 + 'offset' => 0, ]; // modify listHash according to global preferences if( $gBitSystem->isFeatureActive( 'fisheye_show_all_to_admins' ) && $gBitUser->hasPermission( 'p_fisheye_admin' ) ) { |
