there are now 2 permalinks - one is the remote original post (plink) and the other is a pointer to a local copy (llink). mod_display is not longer tied to a particular id or channel so if a message is publicly viewable it will appear without any ownership info.

This commit is contained in:
friendica
2012-12-16 02:18:26 -08:00
parent 696551222e
commit 8d8ad7656e
2 changed files with 9 additions and 1 deletions

View File

@@ -19,6 +19,8 @@ function display_content(&$a) {
$a->page['htmlhead'] .= get_markup_template('display-head.tpl');
if(argc() > 1)
$item_hash = argv(2);