summaryrefslogtreecommitdiff
path: root/upload.php
diff options
context:
space:
mode:
Diffstat (limited to 'upload.php')
-rw-r--r--upload.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/upload.php b/upload.php
index 0ca12e1..6e20a33 100644
--- a/upload.php
+++ b/upload.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_fisheye/upload.php,v 1.10 2006/04/08 08:25:10 squareing Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_fisheye/upload.php,v 1.11 2006/04/11 13:04:24 squareing Exp $
* @package fisheye
* @subpackage functions
*/
@@ -19,7 +19,7 @@ global $fisheyeErrors, $fisheyeWarnings, $fisheyeSuccess;
include_once( FISHEYE_PKG_PATH.'gallery_lookup_inc.php' );
require_once( FISHEYE_PKG_PATH.'upload_inc.php');
-$gBitSystem->verifyPermission( 'bit_p_upload_fisheye' );
+$gBitSystem->verifyPermission( 'p_fisheye_upload' );
if( !empty( $_REQUEST['save_image'] ) ) {
// first of all set the execution time for this process to unlimited