diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/phorkie/Repository.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/phorkie/Repository.php b/src/phorkie/Repository.php index 9f8f264..995a16d 100644 --- a/src/phorkie/Repository.php +++ b/src/phorkie/Repository.php @@ -252,6 +252,8 @@ class Repository return '/' . $this->id; } else if ($type == 'fork') { return '/' . $this->id . '/fork'; + } else if ($type == 'doap') { + return '/' . $this->id . '/doap'; } else if ($type == 'delete') { return '/' . $this->id . '/delete'; } else if ($type == 'delete-confirm') { |
