diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-04-11 13:04:25 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-04-11 13:04:25 +0000 |
| commit | eb08b8f0000b8bf35bb4a30a31003ed2d30c631f (patch) | |
| tree | 635d47dee3e1861fb36781894b428f940b1c08a9 /image_order.php | |
| parent | f5e30c102c870779049504b6c9ec34961a3f5dc2 (diff) | |
| download | fisheye-eb08b8f0000b8bf35bb4a30a31003ed2d30c631f.tar.gz fisheye-eb08b8f0000b8bf35bb4a30a31003ed2d30c631f.tar.bz2 fisheye-eb08b8f0000b8bf35bb4a30a31003ed2d30c631f.zip | |
rename permissions to new standard using: p_<package>_<verb>_[<noun>]
Diffstat (limited to 'image_order.php')
| -rw-r--r-- | image_order.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/image_order.php b/image_order.php index 7d2873b..b44dccf 100644 --- a/image_order.php +++ b/image_order.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_fisheye/image_order.php,v 1.13 2006/03/25 14:54:34 spiderr Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_fisheye/image_order.php,v 1.14 2006/04/11 13:04:24 squareing Exp $ * @package fisheye * @subpackage functions */ @@ -23,7 +23,7 @@ if( $gBitSystem->isPackageActive( 'gatekeeper' ) ) { } // Ensure the user has the permission to create new image galleries -if( !$gContent->hasUserPermission( 'bit_p_edit_fisheye' ) ) { +if( !$gContent->hasUserPermission( 'p_fisheye_edit' ) ) { // This user does not own this gallery and they have not been granted the permission to edit this gallery $gBitSystem->fatalError( tra( "You cannot edit this image gallery" ) ); } |
