mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
make sure we deal with a string
(cherry picked from commit b6153edf6b)
Co-authored-by: Mario <mario@mariovavti.com>
This commit is contained in:
@@ -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'];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user