]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Notify.php
Merge pull request #8939 from MrPetovan/task/8906-frio-viewas-redesign
[friendica.git] / src / Model / Notify.php
index fe1497316fc5428224a6a5ef4feccca1d6935b3d..9ebf5c23b3efc0ee07ef91e6b9b07490560a8727 100644 (file)
@@ -70,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) {
                }
        }