aboutsummaryrefslogtreecommitdiffstats
path: root/mod/network.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-07-17 05:30:32 -0700
committerfriendica <info@friendica.com>2012-07-17 05:30:32 -0700
commit359c74d320eef7fad24a30b677522a428affe509 (patch)
treead55a535a681559a93daf5929346ca49f7de0063 /mod/network.php
parent91e4c2fce1d3004dcdec589035084c4e8ee9a1b4 (diff)
downloadvolse-hubzilla-359c74d320eef7fad24a30b677522a428affe509.tar.gz
volse-hubzilla-359c74d320eef7fad24a30b677522a428affe509.tar.bz2
volse-hubzilla-359c74d320eef7fad24a30b677522a428affe509.zip
error cleanup
Diffstat (limited to 'mod/network.php')
-rw-r--r--mod/network.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/network.php b/mod/network.php
index 5ff883d49..b1bef5d53 100644
--- a/mod/network.php
+++ b/mod/network.php
@@ -614,6 +614,8 @@ function network_content(&$a, $update = 0) {
intval($_SESSION['uid'])
);
+ require_once('include/items.php');
+
$items = fetch_post_tags($items);
}
else {