Merge with updates from cweiske/master
[phorkie.git] / src / phorkie / Repository.php
index 9f8f264c413cb14fba579a4b072c7a9383d403a5..995a16d01282272b381467496e7a183c8156c27a 100644 (file)
@@ -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') {