aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-05-02 01:18:18 -0700
committerredmatrix <git@macgirvin.com>2016-05-02 01:18:18 -0700
commit559ed3f0a8cbe90b6c20cc4ada649bc063f41c25 (patch)
treee8d217bd0ee275187a179f40ffedcb051dccc4cd /include/items.php
parenta10fe5f13e67faa33a72caa33c49c36113213ffe (diff)
downloadvolse-hubzilla-559ed3f0a8cbe90b6c20cc4ada649bc063f41c25.tar.gz
volse-hubzilla-559ed3f0a8cbe90b6c20cc4ada649bc063f41c25.tar.bz2
volse-hubzilla-559ed3f0a8cbe90b6c20cc4ada649bc063f41c25.zip
sort out the rest of the source categories
Diffstat (limited to 'include/items.php')
-rwxr-xr-xinclude/items.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/items.php b/include/items.php
index 3649ef8c9..b3c9403e0 100755
--- a/include/items.php
+++ b/include/items.php
@@ -3420,9 +3420,9 @@ function start_delivery_chain($channel, $item, $item_id, $parent) {
intval($channel['channel_id']),
intval($item_id),
intval(TERM_OBJ_POST),
- intval(TERM_UNKNOWN),
+ intval(TERM_CATEGORY),
dbesc($tt),
- dbesc(z_root() . '/search?f=&tag=' . urlencode($tt))
+ dbesc(z_root() . '/channel/' . $channel['channel_address'] . '?f=&cat=' . urlencode($tt))
);
}
}