diff options
Diffstat (limited to 'view.php')
| -rwxr-xr-x | view.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -40,8 +40,8 @@ if( $gContent->isCommentable() ) { include_once LIBERTY_PKG_INCLUDE_PATH.'comments_inc.php'; } -if (!empty($_REQUEST['download'])){ - // Checked against global users group assignment so that feature can be restricted on a group level. +if (!empty($_REQUEST['download'])){ + // Checked against global users group assignment so that feature can be restricted on a group level. // If content was checked, user would always have permission to do this. $gContent->verifyUserPermission('p_fisheye_download_gallery_arc'); $gContent->download(); |
