]> git.mxchange.org Git - friendica.git/blobdiff - include/items.php
even more fixes
[friendica.git] / include / items.php
index 876f92330cd825baf1a53a1f62b4d2ce167fc0b5..6877116c9878196849422e1da6683ac35ca6c2d6 100644 (file)
@@ -93,6 +93,7 @@ function get_feed_for(&$a,$dfrn_id,$owner_id,$last_update) {
                        '$name' => xmlify($owner['name']),
                        '$profile_page' => xmlify($owner['url']),
                        '$photo' => xmlify($owner['photo']),
+                       '$thumb' => xmlify($owner['thumb']),
                        '$picdate' => xmlify(datetime_convert('UTC','UTC',$owner['avatar-date'] . '+00:00' , 'Y-m-d\TH:i:s\Z')) ,
                        '$uridate' => xmlify(datetime_convert('UTC','UTC',$owner['uri-date'] . '+00:00' , 'Y-m-d\TH:i:s\Z')) ,
                        '$namdate' => xmlify(datetime_convert('UTC','UTC',$owner['name-date'] . '+00:00' , 'Y-m-d\TH:i:s\Z')) ,