diff --git a/include/text.php b/include/text.php index 4d6aa8697a..3c08fe3785 100644 --- a/include/text.php +++ b/include/text.php @@ -1629,10 +1629,11 @@ function get_plink($item) { if ($a->user['nickname'] != "") { $ret = array( - 'href' => $a->get_baseurl()."/display/".$a->user['nickname']."/".$item['id'], + //'href' => $a->get_baseurl()."/display/".$a->user['nickname']."/".$item['id'], + 'href' => $a->get_baseurl()."/display/".$item['guid'], + 'orig' => $a->get_baseurl()."/display/".$item['guid'], 'title' => t('link to source'), ); - $ret["orig"] = $ret["href"]; if (x($item,'plink')) $ret["href"] = $item['plink'];