diff options
author | Pytal <24800714+Pytal@users.noreply.github.com> | 2023-04-27 09:49:53 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-27 09:49:53 -0700 |
commit | c4aabd41319c2fb88e4a43c720d438af0f94fe87 (patch) | |
tree | d083b3191aad102a29cba785a3c8f88d83fe3d8c | |
parent | 05da4cb994e7ad8112f6cd106ec7483641314b32 (diff) | |
parent | a6fe9130b93743e397c1624bcde6b36e0a8e1001 (diff) | |
download | nextcloud-server-c4aabd41319c2fb88e4a43c720d438af0f94fe87.tar.gz nextcloud-server-c4aabd41319c2fb88e4a43c720d438af0f94fe87.zip |
Merge pull request #37955 from nextcloud/bugfix/noid/action-label-default
-rw-r--r-- | lib/public/Files/Template/TemplateFileCreator.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 |