aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index 8e6b85905..33d9a2ee9 100644
--- a/boot.php
+++ b/boot.php
@@ -2067,8 +2067,11 @@ function zid($s,$force = false) {
$mine = get_my_url();
$myaddr = get_my_address();
+
if($mine and ! link_compare($mine,$s))
$zurl = $s . (($num_slashes >= 3) ? '' : '/') . $achar . 'zid=' . urlencode($myaddr);
+ else
+ $zurl = $s;
$arr = array('url' => $s, 'zid' => urlencode($myaddr), 'result' => $zurl);
call_hooks('zid', $arr);