aboutsummaryrefslogtreecommitdiffstats
path: root/mod/content.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-07-10 19:28:02 -0700
committerfriendica <info@friendica.com>2012-07-10 19:28:02 -0700
commite7957e14489ce8eb3b69ebede928dfe441a4924d (patch)
treee25fde990e36171053364c71471d9b90fd5633ef /mod/content.php
parent94fabe3a2942ca93b436694f180f8eb2a72df918 (diff)
downloadvolse-hubzilla-e7957e14489ce8eb3b69ebede928dfe441a4924d.tar.gz
volse-hubzilla-e7957e14489ce8eb3b69ebede928dfe441a4924d.tar.bz2
volse-hubzilla-e7957e14489ce8eb3b69ebede928dfe441a4924d.zip
create fetch_tags function, make search work again, change logo
Diffstat (limited to 'mod/content.php')
-rw-r--r--mod/content.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/content.php b/mod/content.php
index 369f2fce2..7799ee6ad 100644
--- a/mod/content.php
+++ b/mod/content.php
@@ -290,7 +290,8 @@ function content_content(&$a, $update = 0) {
intval(TERM_OBJ_POST)
);
- $items = conv_sort($items,$tags,$ordering);
+ $items = fetch_post_tags($items);
+ $items = conv_sort($items,$ordering);
} else {
$items = array();