make sure we deal with a string

(cherry picked from commit b6153edf6b)

Co-authored-by: Mario <mario@mariovavti.com>
This commit is contained in:
Mario
2026-01-08 19:50:31 +00:00
parent 73e7f0aad2
commit 4a7b2e92a5

View File

@@ -2353,7 +2353,7 @@ class Activity {
continue;
}
$s['body'] = self::pasteQuote($s['body'], $quote);
$s['body'] = self::pasteQuote($s['body'] ?? EMPTY_STR, $quote);
$s['term'] = $quote['term'];
}
}