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_image.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_image.php')
| -rw-r--r-- | edit_image.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/edit_image.php b/edit_image.php index 91ed2db..8af4458 100644 --- a/edit_image.php +++ b/edit_image.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_fisheye/edit_image.php,v 1.26 2008/10/20 21:40:10 spiderr Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_fisheye/edit_image.php,v 1.27 2009/01/24 15:23:13 spiderr Exp $ * @package fisheye * @subpackage functions */ @@ -60,7 +60,7 @@ if( !empty($_REQUEST['saveImage']) || !empty($_REQUEST['regenerateThumbnails'] ) header( 'Location: '.FISHEYE_PKG_URL."image_order.php?refresh=1&gallery_id=".$_REQUEST['gallery_id'] ); die; } - $gContent->addToGalleries( $_REQUEST['galleryAdditions'] ); + $gContent->addToGalleries( $_REQUEST['gallery_additions'] ); if( !empty( $_REQUEST['generate_thumbnails'] ) ) { $gContent->generateThumbnails(); } |
