summaryrefslogtreecommitdiff
path: root/edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'edit.php')
-rwxr-xr-xedit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/edit.php b/edit.php
index a4edefc..eec9898 100755
--- a/edit.php
+++ b/edit.php
@@ -55,7 +55,7 @@ if( !empty( $_REQUEST['savegallery'] ) ) {
$gContent->addToGalleries( !empty( $_REQUEST['gallery_additions'] ) ? $_REQUEST['gallery_additions'] : null );
if( !empty( $_REQUEST['generate_thumbnails'] ) ) {
- $gContent->generateThumbnails();
+ $gContent->generateGalleryThumbnails();
}
header("location: ".$gContent->getDisplayUrl() );
die();