summaryrefslogtreecommitdiff
path: root/view.php
diff options
context:
space:
mode:
Diffstat (limited to 'view.php')
-rwxr-xr-xview.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/view.php b/view.php
index 61b8546..48597b7 100755
--- a/view.php
+++ b/view.php
@@ -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();