diff options
author | friendica <info@friendica.com> | 2014-06-15 19:21:32 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-06-15 19:21:32 -0700 |
commit | e1ec1e7c5fd5ca38b6ed87f8664f5718879c4364 (patch) | |
tree | 2fcbf3e40bd635852a3541f20b14b40e015202be /mod/page.php | |
parent | 0e4a28678df0c25a69e87eb3f75398d2b12bd015 (diff) | |
download | volse-hubzilla-e1ec1e7c5fd5ca38b6ed87f8664f5718879c4364.tar.gz volse-hubzilla-e1ec1e7c5fd5ca38b6ed87f8664f5718879c4364.tar.bz2 volse-hubzilla-e1ec1e7c5fd5ca38b6ed87f8664f5718879c4364.zip |
sort out the unobscure mess
Diffstat (limited to 'mod/page.php')
-rw-r--r-- | mod/page.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mod/page.php b/mod/page.php index df17dbf52..b3f53a227 100644 --- a/mod/page.php +++ b/mod/page.php @@ -111,7 +111,6 @@ function page_content(&$a) { xchan_query($r); $r = fetch_post_tags($r,true); - $o .= prepare_page($r[0]); return $o; |