aboutsummaryrefslogtreecommitdiffstats
path: root/mod/network.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-02-11 00:20:14 -0800
committerfriendica <info@friendica.com>2013-02-11 00:20:14 -0800
commitba3cff6d9a505e22732c800430e34adb7e55f3a4 (patch)
treedbf1c1b59e9c131e09093f33f6b3e95155f28f63 /mod/network.php
parent191af201fb48d902a7aa22699ab882e60d439e2d (diff)
downloadvolse-hubzilla-ba3cff6d9a505e22732c800430e34adb7e55f3a4.tar.gz
volse-hubzilla-ba3cff6d9a505e22732c800430e34adb7e55f3a4.tar.bz2
volse-hubzilla-ba3cff6d9a505e22732c800430e34adb7e55f3a4.zip
progress on tag delivery
Diffstat (limited to 'mod/network.php')
-rw-r--r--mod/network.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/network.php b/mod/network.php
index 88c7520dd..dae9fa6be 100644
--- a/mod/network.php
+++ b/mod/network.php
@@ -608,7 +608,7 @@ function network_content(&$a, $update = 0, $load = false) {
xchan_query($items);
- $items = fetch_post_tags($items);
+ $items = fetch_post_tags($items,true);
}
elseif($update) {
@@ -670,7 +670,7 @@ function network_content(&$a, $update = 0, $load = false) {
$third = dba_timer();
- $items = fetch_post_tags($items);
+ $items = fetch_post_tags($items,true);
$fourth = dba_timer();