summaryrefslogtreecommitdiff
path: root/edit.php
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2009-01-24 15:23:13 +0000
committerChristian Fowler <spider@viovio.com>2009-01-24 15:23:13 +0000
commita64f8bd967bb75b85347603c2d8387ba12ed43fb (patch)
tree7af020e55bf82f07f24534a0c4806f27a1189904 /edit.php
parent0e489c1b0ab3a1d4d4702a42632994bd23b0f7cc (diff)
downloadfisheye-a64f8bd967bb75b85347603c2d8387ba12ed43fb.tar.gz
fisheye-a64f8bd967bb75b85347603c2d8387ba12ed43fb.tar.bz2
fisheye-a64f8bd967bb75b85347603c2d8387ba12ed43fb.zip
rename to gallery_additions _REQUEST varR250
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 7901b55..9c85479 100644
--- a/edit.php
+++ b/edit.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_fisheye/edit.php,v 1.31 2008/10/20 21:40:10 spiderr Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_fisheye/edit.php,v 1.32 2009/01/24 15:23:13 spiderr Exp $
* @package fisheye
* @subpackage functions
*/
@@ -52,7 +52,7 @@ if( !empty( $_REQUEST['savegallery'] ) ) {
// make sure var is fully stuffed with current data
$gContent->load();
// set the mappings, or if nothing checked, nuke them all
- $gContent->addToGalleries( !empty( $_REQUEST['galleryAdditions'] ) ? $_REQUEST['galleryAdditions'] : NULL );
+ $gContent->addToGalleries( !empty( $_REQUEST['gallery_additions'] ) ? $_REQUEST['gallery_additions'] : NULL );
if( !empty( $_REQUEST['generate_thumbnails'] ) ) {
$gContent->generateThumbnails();