reduce susceptibility to bleichenberger attack
This commit is contained in:
@@ -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'),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user