reduce susceptibility to bleichenberger attack

This commit is contained in:
friendica
2013-09-24 05:20:29 -07:00
parent 1f916adfb8
commit d4ea56a77e
4 changed files with 21 additions and 8 deletions

View File

@@ -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'),
);
}