diff options
| author | Christian Fowler <spider@viovio.com> | 2009-01-24 15:23:13 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2009-01-24 15:23:13 +0000 |
| commit | a64f8bd967bb75b85347603c2d8387ba12ed43fb (patch) | |
| tree | 7af020e55bf82f07f24534a0c4806f27a1189904 /edit.php | |
| parent | 0e489c1b0ab3a1d4d4702a42632994bd23b0f7cc (diff) | |
| download | fisheye-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.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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(); |
