X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModel%2FNotify.php;h=9ebf5c23b3efc0ee07ef91e6b9b07490560a8727;hb=d53f46b9583737668a3314a22d1eeacb00a47db2;hp=336b82537bcc9879c1e2719bfceed6ad200ab872;hpb=97b6f6b3b3ac1559204749f53ebee62127815829;p=friendica.git diff --git a/src/Model/Notify.php b/src/Model/Notify.php index 336b82537b..9ebf5c23b3 100644 --- a/src/Model/Notify.php +++ b/src/Model/Notify.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Model; @@ -51,7 +70,7 @@ class Notify extends BaseModel private function setNameCache() { try { - $this->name_cache = strip_tags(BBCode::convert($this->source_name ?? '')); + $this->name_cache = strip_tags(BBCode::convert($this->source_name)); } catch (InternalServerErrorException $e) { } }