fix: Empty fallback for template creator action label

Signed-off-by: Julius Härtl <jus@bitgrid.net>
pull/37955/head
Julius Härtl 2 years ago
parent da274d18ff
commit a6fe9130b9
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
  1. 2
      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

Loading…
Cancel
Save