aboutsummaryrefslogtreecommitdiffstats
path: root/include/text.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-01-21 18:42:44 -0800
committerredmatrix <git@macgirvin.com>2016-01-21 18:42:44 -0800
commit7d7ef5ac4eebb1f59a8a70ef018fa8af579467e2 (patch)
treed55e9135b3b3a12b54edbb3fe094cd1672af502a /include/text.php
parent2be515e7bbec6ffb960fc037be970582291039a8 (diff)
downloadvolse-hubzilla-7d7ef5ac4eebb1f59a8a70ef018fa8af579467e2.tar.gz
volse-hubzilla-7d7ef5ac4eebb1f59a8a70ef018fa8af579467e2.tar.bz2
volse-hubzilla-7d7ef5ac4eebb1f59a8a70ef018fa8af579467e2.zip
add a fixme
Diffstat (limited to 'include/text.php')
-rw-r--r--include/text.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/text.php b/include/text.php
index a03648081..0b5ad9c72 100644
--- a/include/text.php
+++ b/include/text.php
@@ -2716,5 +2716,7 @@ function item_url_replace($channel,&$item,$old,$new) {
$item['sig'] = base64url_encode(rsa_sign($item['body'],$channel['channel_prvkey']));
$item['item_verified'] = 1;
}
+
+ // @fixme item['plink'] and item['llink']
}