aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-07-05 12:32:46 +0200
committerMario Vavti <mario@mariovavti.com>2017-07-05 12:32:46 +0200
commitc3b93de09937bbbb3fa6c5a2c620d19cefe38eb0 (patch)
tree5541456a6f515da7e2dc294fe85056b4fdfe1630 /include
parent27c8c74988228ed7a86d09011caed9ed57a7d91a (diff)
downloadvolse-hubzilla-c3b93de09937bbbb3fa6c5a2c620d19cefe38eb0.tar.gz
volse-hubzilla-c3b93de09937bbbb3fa6c5a2c620d19cefe38eb0.tar.bz2
volse-hubzilla-c3b93de09937bbbb3fa6c5a2c620d19cefe38eb0.zip
typo
Diffstat (limited to 'include')
-rw-r--r--include/network.php2
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'];