sort out the rest of the source categories

This commit is contained in:
redmatrix
2016-05-02 01:18:18 -07:00
parent a10fe5f13e
commit 559ed3f0a8
2 changed files with 4 additions and 4 deletions

View File

@@ -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))
);
}
}