summaryrefslogtreecommitdiff
path: root/templates/center_image_comments.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/center_image_comments.php')
-rwxr-xr-xtemplates/center_image_comments.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/center_image_comments.php b/templates/center_image_comments.php
index bad376d..4de7b87 100755
--- a/templates/center_image_comments.php
+++ b/templates/center_image_comments.php
@@ -19,10 +19,10 @@ if( !empty( $gQueryUser->mUserId ) ) {
$userId = $gQueryUser->mUserId;
}
-$listHash = array(
+$listHash = [
'user_id' => $userId,
'max_records' => $moduleParams['module_rows'],
-);
+];
if (!empty($params['full'])) {
$listHash['parse'] = true;
@@ -39,7 +39,7 @@ if( !empty( $params['root_content_type_guid'] ) ) {
$listHash['root_content_type_guid'] = $params['root_content_type_guid'];
} else {
// default to base image types
- $listHash['root_content_type_guid'] = array('fisheyeimage','fisheyegallery');
+ $listHash['root_content_type_guid'] = ['fisheyeimage','fisheyegallery'];
}
$gBitSmarty->assign( 'moduleTitle', $moduleTitle );