diff options
Diffstat (limited to 'include/items.php')
-rwxr-xr-x | include/items.php | 4 |
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)) ); } } |