X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/898642aecf2bcff3a255bbcbba319d1d0458812d..d06f9e8ea6cefcfae1ad28bb203a7e4e562820a8:/src/phorkie/Repository.php diff --git a/src/phorkie/Repository.php b/src/phorkie/Repository.php index 2683ad0..9de2e1a 100644 --- a/src/phorkie/Repository.php +++ b/src/phorkie/Repository.php @@ -331,6 +331,8 @@ class Repository $link = $this->id . '/delete'; } else if ($type == 'delete-confirm') { $link = $this->id . '/delete/confirm'; + } else if ($type == 'remotefork') { + return 'web+fork:' . $this->getLink('display', null, true); } else if ($type == 'revision') { $link = $this->id . '/rev/' . $option; } else if ($type == 'linkback') {