diff options
author | friendica <info@friendica.com> | 2013-10-14 15:34:47 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-10-14 15:34:47 -0700 |
commit | 9787872778d02d770431386853fa3313f453398e (patch) | |
tree | 6c980c3e9a230ea78956d3c54b6133ea8376f0b1 /mod | |
parent | 3a84124ef044f53e9cce3c05493409a782bf2c5c (diff) | |
download | volse-hubzilla-9787872778d02d770431386853fa3313f453398e.tar.gz volse-hubzilla-9787872778d02d770431386853fa3313f453398e.tar.bz2 volse-hubzilla-9787872778d02d770431386853fa3313f453398e.zip |
linkify post categories
Diffstat (limited to 'mod')
-rw-r--r-- | mod/item.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/item.php b/mod/item.php index 3d4845a47..1bdd951cd 100644 --- a/mod/item.php +++ b/mod/item.php @@ -529,7 +529,7 @@ function item_post(&$a) { 'type' => TERM_CATEGORY, 'otype' => TERM_OBJ_POST, 'term' => trim($cat), - 'url' => '' + 'url' => $owner_xchan['xchan_url'] . '?f=&cat=' . urlencode(trim($cat)) ); } } |