diff options
author | friendica <info@friendica.com> | 2012-07-16 21:20:04 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-07-16 21:20:04 -0700 |
commit | d3279a615726efb0147a14140a16d6b62f650f77 (patch) | |
tree | 50046572c16abcfed723f591ec26462eb80a8580 /mod | |
parent | aeaccb03bac243f653f9a3132ee97ecc6bb52bff (diff) | |
download | volse-hubzilla-d3279a615726efb0147a14140a16d6b62f650f77.tar.gz volse-hubzilla-d3279a615726efb0147a14140a16d6b62f650f77.tar.bz2 volse-hubzilla-d3279a615726efb0147a14140a16d6b62f650f77.zip |
more search cleanup
Diffstat (limited to 'mod')
-rw-r--r-- | mod/network.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/network.php b/mod/network.php index a1294cea5..79587a581 100644 --- a/mod/network.php +++ b/mod/network.php @@ -588,6 +588,7 @@ function network_content(&$a, $update = 0) { intval($_SESSION['uid']) ); + $items = fetch_post_tags($items); } else { |