diff options
author | redmatrix <git@macgirvin.com> | 2016-05-02 01:18:18 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-05-02 01:18:18 -0700 |
commit | 559ed3f0a8cbe90b6c20cc4ada649bc063f41c25 (patch) | |
tree | e8d217bd0ee275187a179f40ffedcb051dccc4cd /include/items.php | |
parent | a10fe5f13e67faa33a72caa33c49c36113213ffe (diff) | |
download | volse-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-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)) ); } } |