using old structures

This commit is contained in:
friendica 2013-02-13 17:42:11 -08:00
parent ca08f13683
commit 8b278db05c

View file

@ -61,10 +61,10 @@ function common_content(&$a) {
foreach($r as $rr) {
$o .= replace_macros($tpl,array(
'$url' => $rr['url'],
'$name' => $rr['name'],
'$photo' => $rr['photo'],
'$tags' => ''
'$url' => $rr['xchan_url'],
'$name' => $rr['xchan_name'],
'$photo' => $rr['xchan_photo_m'],
'$tags' => ''
));
}