diff options
Diffstat (limited to 'modules/mod_images.php')
| -rwxr-xr-x | modules/mod_images.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mod_images.php b/modules/mod_images.php index 19be005..de5cf84 100755 --- a/modules/mod_images.php +++ b/modules/mod_images.php @@ -9,6 +9,7 @@ * required setup */ namespace Bitweaver\Fisheye; + use Bitweaver\KernelTools; use Bitweaver\Users\RoleUser; global $gQueryUserId, $gContent, $moduleParams; @@ -28,7 +29,6 @@ if( !empty( $gContent ) && $gContent->getField( 'content_type_guid' ) == FISHEYE $display = $displayCount >= $thumbCount; } - if( $display ) { $listHash['max_records'] = $module_rows ?? 3; if( $gQueryUserId ) { |
