aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-08-10 21:22:36 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-08-10 21:22:36 -0700
commit9662c44a17280781f2e0762c0bf0c53bec1ed5f2 (patch)
treea6383b190b26b08f530d3f602d691a6c3bea2821 /include/items.php
parent06bdf8a4cfe9087573494c0b782a33d1e28ac043 (diff)
downloadvolse-hubzilla-9662c44a17280781f2e0762c0bf0c53bec1ed5f2.tar.gz
volse-hubzilla-9662c44a17280781f2e0762c0bf0c53bec1ed5f2.tar.bz2
volse-hubzilla-9662c44a17280781f2e0762c0bf0c53bec1ed5f2.zip
even more fixes
Diffstat (limited to 'include/items.php')
-rw-r--r--include/items.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/items.php b/include/items.php
index 876f92330..6877116c9 100644
--- a/include/items.php
+++ b/include/items.php
@@ -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')) ,