mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
🤖 Auto commit for release 'v6.2.20' on 2025-07-02
This commit is contained in:
@@ -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)';
|
||||
}
|
||||
|
Reference in New Issue
Block a user