From a6fe9130b93743e397c1624bcde6b36e0a8e1001 Mon Sep 17 00:00:00 2001 From: Julius Härtl Date: Thu, 27 Apr 2023 15:52:08 +0200 Subject: fix: Empty fallback for template creator action label MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- lib/public/Files/Template/TemplateFileCreator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/public') diff --git a/lib/public/Files/Template/TemplateFileCreator.php b/lib/public/Files/Template/TemplateFileCreator.php index 8a396be30e2..3a1e62c6f5c 100644 --- a/lib/public/Files/Template/TemplateFileCreator.php +++ b/lib/public/Files/Template/TemplateFileCreator.php @@ -40,7 +40,7 @@ final class TemplateFileCreator implements \JsonSerializable { /** * @since 27.0.0 */ - protected string $actionLabel; + protected string $actionLabel = ''; /** * @since 21.0.0 -- cgit v1.2.3