diff options
author | friendica <info@friendica.com> | 2012-12-16 02:18:26 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-12-16 02:18:26 -0800 |
commit | 8d8ad7656e84ddd031beefb9147b57f7bc6c6f6e (patch) | |
tree | 37756078a6ab87ae0613bb3a14fa413f557dfcfc /mod | |
parent | 696551222e22d698f2e1bdb0d287c7d7604bb381 (diff) | |
download | volse-hubzilla-8d8ad7656e84ddd031beefb9147b57f7bc6c6f6e.tar.gz volse-hubzilla-8d8ad7656e84ddd031beefb9147b57f7bc6c6f6e.tar.bz2 volse-hubzilla-8d8ad7656e84ddd031beefb9147b57f7bc6c6f6e.zip |
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.
Diffstat (limited to 'mod')
-rw-r--r-- | mod/display.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/display.php b/mod/display.php index 68d4204b2..bc7e3a1c4 100644 --- a/mod/display.php +++ b/mod/display.php @@ -19,6 +19,8 @@ function display_content(&$a) { $a->page['htmlhead'] .= get_markup_template('display-head.tpl'); + + if(argc() > 1) $item_hash = argv(2); |