summaryrefslogtreecommitdiff
path: root/edit.php
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2007-08-21 03:22:04 +0000
committerChristian Fowler <spider@viovio.com>2007-08-21 03:22:04 +0000
commitc8a4f056d18168038c0a22095c74c99fcd482c47 (patch)
tree1c9502ca9547950916c52c7e9fd31ff341e59221 /edit.php
parent52a45bfa46e0f9df9fbb75398dd10ed0208cd27e (diff)
downloadfisheye-c8a4f056d18168038c0a22095c74c99fcd482c47.tar.gz
fisheye-c8a4f056d18168038c0a22095c74c99fcd482c47.tar.bz2
fisheye-c8a4f056d18168038c0a22095c74c99fcd482c47.zip
use getField
Diffstat (limited to 'edit.php')
-rw-r--r--edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/edit.php b/edit.php
index 6c175e7..72efe2d 100644
--- a/edit.php
+++ b/edit.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_fisheye/edit.php,v 1.22 2007/07/10 18:59:40 squareing Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_fisheye/edit.php,v 1.23 2007/08/21 03:22:04 spiderr Exp $
* @package fisheye
* @subpackage functions
*/
@@ -74,7 +74,7 @@ if( !empty( $_REQUEST['savegallery'] ) ) {
);
$gBitSystem->confirmDialog( $formHash, array( 'warning' => 'Are you sure you want to delete the gallery '.$gContent->getTitle().'?', 'error' => 'This cannot be undone!' ) );
} else {
- $userId = $gContent->mInfo['user_id'];
+ $userId = $gContent->getField( 'user_id' );
$recurseDelete = (!empty( $_REQUEST['recurse'] ) && ($_REQUEST['recurse'] == 'all') );