summaryrefslogtreecommitdiff
path: root/edit_image.php
diff options
context:
space:
mode:
Diffstat (limited to 'edit_image.php')
-rw-r--r--edit_image.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/edit_image.php b/edit_image.php
index 144dc60..f28ba22 100644
--- a/edit_image.php
+++ b/edit_image.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_fisheye/edit_image.php,v 1.14 2006/12/27 14:27:40 squareing Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_fisheye/edit_image.php,v 1.15 2007/01/01 16:20:46 squareing Exp $
* @package fisheye
* @subpackage functions
*/
@@ -96,7 +96,7 @@ $listHash = array(
'show_empty' => TRUE,
);
// modify listHash according to global preferences
-if( $gBitSystem->isFeatureActive( 'fisheye_show_all_to_editors' ) && $gBitUser->hasPermission( 'p_fisheye_edit' ) ) {
+if( $gBitSystem->isFeatureActive( 'fisheye_show_all_to_admins' ) && $gBitUser->hasPermission( 'p_fisheye_admin' ) ) {
unset( $listHash['user_id'] );
} elseif( $gBitSystem->isFeatureActive( 'fisheye_show_public_on_upload' ) ) {
$listHash['show_public'] = TRUE;