Skip to content

Commit 3f61bef

Browse files
committed
Delete record by default Identifier
1 parent e530b10 commit 3f61bef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AbraFlexi/RW.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ public function getLastInsertedId() {
239239
*/
240240
public function deleteFromAbraFlexi($id = null) {
241241
if (is_null($id)) {
242-
$id = $this->getMyKey();
242+
$id = $this->getRecordIdent();
243243
}
244244

245245
$this->performRequest($this->getEvidenceUrl() . '/' . self::urlizeId($id),

0 commit comments

Comments
 (0)