aboutsummaryrefslogtreecommitdiffstats
path: root/mod/page.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-02-11 00:20:14 -0800
committerfriendica <info@friendica.com>2013-02-11 00:20:14 -0800
commitba3cff6d9a505e22732c800430e34adb7e55f3a4 (patch)
treedbf1c1b59e9c131e09093f33f6b3e95155f28f63 /mod/page.php
parent191af201fb48d902a7aa22699ab882e60d439e2d (diff)
downloadvolse-hubzilla-ba3cff6d9a505e22732c800430e34adb7e55f3a4.tar.gz
volse-hubzilla-ba3cff6d9a505e22732c800430e34adb7e55f3a4.tar.bz2
volse-hubzilla-ba3cff6d9a505e22732c800430e34adb7e55f3a4.zip
progress on tag delivery
Diffstat (limited to 'mod/page.php')
-rw-r--r--mod/page.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/page.php b/mod/page.php
index a10b354f2..62f9d9204 100644
--- a/mod/page.php
+++ b/mod/page.php
@@ -36,7 +36,7 @@ function page_content(&$a) {
}
xchan_query($r);
- $r = fetch_post_tags($r);
+ $r = fetch_post_tags($r,true);
$a->profile = array('profile_uid' => $u[0]['channel_id']);
$o .= prepare_page($r[0]);
return $o;