]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/Feed.php
Merge pull request #6849 from annando/followup-6834
[friendica.git] / src / Protocol / Feed.php
index 86e831c705e6f9e310cf7b7b9a91a8a42e5135cb..3981a8860cbf4c3f949885634bf9b703015c01a0 100644 (file)
@@ -318,7 +318,6 @@ class Feed {
                                $href = "";
                                $length = "";
                                $type = "";
-                               $title = "";
 
                                foreach ($enclosure->attributes AS $attribute) {
                                        if (in_array($attribute->name, ["url", "href"])) {