Skip to content

Commit 8677f59

Browse files
committed
PTR deletions are performed against the collection
1 parent cf89f74 commit 8677f59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/OpenCloud/DNS/Resource/PtrRecord.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ public function delete()
113113
}
114114

115115
$url = clone $this->getUrl();
116-
$url->addPath('rdns')
116+
$url->addPath('..')
117+
->normalizePath()
117118
->addPath($this->link_rel)
118119
->setQuery($params);
119120

0 commit comments

Comments
 (0)