From ed8f9e1293d0e99db76b814ed84ee7bcb3e3cfd9 Mon Sep 17 00:00:00 2001 From: azett Date: Fri, 24 Jun 2022 21:47:51 +0200 Subject: [PATCH] fixes #118: Captions file was shown in Media Manager --- fp-includes/core/core.gallery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fp-includes/core/core.gallery.php b/fp-includes/core/core.gallery.php index 2faaa22..017caf7 100644 --- a/fp-includes/core/core.gallery.php +++ b/fp-includes/core/core.gallery.php @@ -9,7 +9,7 @@ * * @var string */ -const GALLERY_CAPTIONS_FILENAME = 'captions.conf'; +const GALLERY_CAPTIONS_FILENAME = '.captions.conf'; /** * The name of the captions file (legacy mode for galleries managed with PhotoSwipe plugin version < 1.1)