From 597386c5b6e682b3e22bd69a56268809d706f215 Mon Sep 17 00:00:00 2001 From: jacques42 Date: Fri, 25 Jun 2021 17:27:41 +0200 Subject: [PATCH] Bugfix to PR 261 --- config/config.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/config.inc.php b/config/config.inc.php index d311cbbba..2de027a03 100644 --- a/config/config.inc.php +++ b/config/config.inc.php @@ -230,6 +230,7 @@ // R E M O T E B U Z Z E R $config['remotebuzzer']['enabled'] = false; $config['remotebuzzer']['userotary'] = false; +$config['remotebuzzer']['enable_standalonegallery'] = false; $config['remotebuzzer']['picturebutton'] = true; // collagetime controls the time to distinguish picture from collage in seconds $config['remotebuzzer']['collagetime'] = '2';