🤖 Auto commit for release 'v6.2.20' on 2025-07-02

This commit is contained in:
JC5
2025-07-02 06:03:17 +02:00
parent 80c2f1ea3f
commit 323d04fe6c
8 changed files with 87 additions and 78 deletions

View File

@@ -54,7 +54,7 @@ class SetDescription implements ActionInterface
// replace newlines.
$after = trim(str_replace(["\r", "\n", "\t", "\036", "\025"], '', $after));
if('' === $after) {
if ('' === $after) {
Log::warning('Action resulted in an empty description, reset to default value.');
$after = '(no description)';
}