diff options
author | zotlabs <mike@macgirvin.com> | 2017-07-05 15:35:53 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-07-05 15:35:53 -0700 |
commit | 7fb849ab875d64bc45ed86b6983bd3bd4abda80a (patch) | |
tree | 81d27ea002828a42c53541f741bad44684a2c601 /include/network.php | |
parent | f3816836e5943868cb395746cbf3310e5e4bcb7f (diff) | |
parent | 8dd9ab05a97f92f9eca5d527e48272f3a44010a8 (diff) | |
download | volse-hubzilla-7fb849ab875d64bc45ed86b6983bd3bd4abda80a.tar.gz volse-hubzilla-7fb849ab875d64bc45ed86b6983bd3bd4abda80a.tar.bz2 volse-hubzilla-7fb849ab875d64bc45ed86b6983bd3bd4abda80a.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'include/network.php')
-rw-r--r-- | include/network.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/network.php b/include/network.php index d3ccc498d..b85a16d21 100644 --- a/include/network.php +++ b/include/network.php @@ -1890,7 +1890,7 @@ function service_plink($contact, $guid) { $plink = $url . '/channel/' . $handle . '?f=&mid=' . $guid; - $x = [ 'xchan' => $contact, 'guid' => $guid, '$url' => $url, 'plink' => $plink ]; + $x = [ 'xchan' => $contact, 'guid' => $guid, 'url' => $url, 'plink' => $plink ]; call_hooks('service_plink', $x); return $x['plink']; |