summaryrefslogtreecommitdiff
path: root/includes/classes/FisheyeGallery.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/classes/FisheyeGallery.php')
-rwxr-xr-xincludes/classes/FisheyeGallery.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/classes/FisheyeGallery.php b/includes/classes/FisheyeGallery.php
index 1c89b34..a66a8d4 100755
--- a/includes/classes/FisheyeGallery.php
+++ b/includes/classes/FisheyeGallery.php
@@ -402,6 +402,7 @@ class FisheyeGallery extends FisheyeBase {
public function generateGalleryThumbnails(): void {
if( $this->isValid() ) {
+ set_time_limit(0);
if( $this->loadImages() ) {
foreach( array_keys( $this->mItems ) as $key ) {
$this->mItems[$key]->generateThumbnails();