diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2011-02-17 07:37:15 +0100 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2011-02-17 07:37:15 +0100 |
commit | c948ab8f211c54ca73643ba23ddcde3da0c256a3 (patch) | |
tree | 24d21b9352352a5594cb7bb80b8afd7f7fea2bc0 /mod/display.php | |
parent | 2493877a18e3b6bd210aa1e193ce5b2d8dc62419 (diff) | |
parent | c397a2f89bf3c2c609852f5bfc618c1d0cb0b709 (diff) | |
download | volse-hubzilla-c948ab8f211c54ca73643ba23ddcde3da0c256a3.tar.gz volse-hubzilla-c948ab8f211c54ca73643ba23ddcde3da0c256a3.tar.bz2 volse-hubzilla-c948ab8f211c54ca73643ba23ddcde3da0c256a3.zip |
Merge branch 'friendika-master'
Diffstat (limited to 'mod/display.php')
-rw-r--r-- | mod/display.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/display.php b/mod/display.php index b07e1aee5..03003f3c0 100644 --- a/mod/display.php +++ b/mod/display.php @@ -272,6 +272,7 @@ function display_content(&$a) { '$owner_url' => $owner_url, '$owner_photo' => $owner_photo, '$owner_name' => $owner_name, + '$plink' => get_plink($item), '$drop' => $drop, '$vote' => $likebuttons, '$like' => $like, |