diff options
author | friendica <info@friendica.com> | 2013-01-15 01:32:11 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-15 01:32:11 -0800 |
commit | 62b1eb65dc1fe822f1e73d6c7469ac0213d117c4 (patch) | |
tree | 7eb34f990333316c963800659872f38c7dc4347c /mod/page.php | |
parent | 639325b235deb67396b7e0b64c043f85599e6641 (diff) | |
download | volse-hubzilla-62b1eb65dc1fe822f1e73d6c7469ac0213d117c4.tar.gz volse-hubzilla-62b1eb65dc1fe822f1e73d6c7469ac0213d117c4.tar.bz2 volse-hubzilla-62b1eb65dc1fe822f1e73d6c7469ac0213d117c4.zip |
pages sorta working
Diffstat (limited to 'mod/page.php')
-rw-r--r-- | mod/page.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/page.php b/mod/page.php index e4e22c9e1..a10b354f2 100644 --- a/mod/page.php +++ b/mod/page.php @@ -38,7 +38,7 @@ function page_content(&$a) { xchan_query($r); $r = fetch_post_tags($r); $a->profile = array('profile_uid' => $u[0]['channel_id']); - $o .= conversation($a,$r,'page',0); + $o .= prepare_page($r[0]); return $o; }
\ No newline at end of file |