aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-02-13 17:42:11 -0800
committerfriendica <info@friendica.com>2013-02-13 17:42:11 -0800
commit8b278db05c7690370945edec29a0139541538dae (patch)
tree30a94cc9ac065651ff6ab04f9fe8ab6215054db8 /mod
parentca08f13683bce78a76d40247e1fcd3f166eeba8b (diff)
downloadvolse-hubzilla-8b278db05c7690370945edec29a0139541538dae.tar.gz
volse-hubzilla-8b278db05c7690370945edec29a0139541538dae.tar.bz2
volse-hubzilla-8b278db05c7690370945edec29a0139541538dae.zip
using old structures
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' => ''
));
}