From 97db48622e0cc3db0afdbdd25c44c2919d90af7d Mon Sep 17 00:00:00 2001 From: Jim Graham Date: Wed, 22 Jan 2025 21:45:01 -0500 Subject: [PATCH] Update source.inc.php Add WebP entry to prevent errors --- core/lexicon/en/source.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/lexicon/en/source.inc.php b/core/lexicon/en/source.inc.php index 67adc8ed5d5..5d26fdaabd8 100644 --- a/core/lexicon/en/source.inc.php +++ b/core/lexicon/en/source.inc.php @@ -86,3 +86,4 @@ $_lang['PNG'] = 'PNG'; $_lang['JPG'] = 'JPG'; $_lang['GIF'] = 'GIF'; +$_lang['WebP'] = 'WebP';