aboutsummaryrefslogtreecommitdiffstats
path: root/mod/item.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-10-14 15:34:47 -0700
committerfriendica <info@friendica.com>2013-10-14 15:34:47 -0700
commit9787872778d02d770431386853fa3313f453398e (patch)
tree6c980c3e9a230ea78956d3c54b6133ea8376f0b1 /mod/item.php
parent3a84124ef044f53e9cce3c05493409a782bf2c5c (diff)
downloadvolse-hubzilla-9787872778d02d770431386853fa3313f453398e.tar.gz
volse-hubzilla-9787872778d02d770431386853fa3313f453398e.tar.bz2
volse-hubzilla-9787872778d02d770431386853fa3313f453398e.zip
linkify post categories
Diffstat (limited to 'mod/item.php')
-rw-r--r--mod/item.php2
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))
);
}
}