aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
Diffstat (limited to 'mod')
-rw-r--r--mod/common.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/mod/common.php b/mod/common.php
index c6294f5a2..4afaf37eb 100644
--- a/mod/common.php
+++ b/mod/common.php
@@ -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' => ''
));
}