aboutsummaryrefslogtreecommitdiffstats
path: root/include/text.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-12-02 15:15:02 -0800
committerfriendica <info@friendica.com>2013-12-02 15:15:02 -0800
commitd9f67876dce5da9ed056726f792e087d142699cb (patch)
tree4c615055a02508338f0992051bdafc5f773bb2b8 /include/text.php
parent3fdc3515b5dbfee4582467144d3c2d5eefc6a708 (diff)
downloadvolse-hubzilla-d9f67876dce5da9ed056726f792e087d142699cb.tar.gz
volse-hubzilla-d9f67876dce5da9ed056726f792e087d142699cb.tar.bz2
volse-hubzilla-d9f67876dce5da9ed056726f792e087d142699cb.zip
refactor magic-auth
Diffstat (limited to 'include/text.php')
-rwxr-xr-xinclude/text.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text.php b/include/text.php
index 3d15a5c6b..ff695062f 100755
--- a/include/text.php
+++ b/include/text.php
@@ -1084,7 +1084,7 @@ function format_categories(&$item,$writeable) {
if(! trim($term))
continue;
$removelink = (($writeable) ? z_root() . '/filerm/' . $item['id'] . '?f=&cat=' . urlencode($t['term']) : '');
- $categories[] = array('term' => $term, 'writeable' => $writeable, 'removelink' => $removelink, 'url' => $t['url']);
+ $categories[] = array('term' => $term, 'writeable' => $writeable, 'removelink' => $removelink, 'url' => zid($t['url']));
}
}
$s = replace_macros(get_markup_template('item_categories.tpl'),array(