From d4ea56a77ef408347a9d73b36e8066334b8835ea Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 24 Sep 2013 05:20:29 -0700 Subject: reduce susceptibility to bleichenberger attack --- include/text.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/text.php') diff --git a/include/text.php b/include/text.php index 40df8bd89..be5e2338d 100755 --- a/include/text.php +++ b/include/text.php @@ -1312,7 +1312,7 @@ function get_plink($item) { $a = get_app(); if (x($item,'plink') && ($item['item_private'] != 1)) { return array( - 'href' => $item['plink'], + 'href' => zid($item['plink']), 'title' => t('link to source'), ); } -- cgit v1.2.3