Skip to content

Commit 1dd2cb2

Browse files
committed
UpdateApiURL() now use GetRowIdent() as record ID source
1 parent b6e790a commit 1dd2cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FlexiPeeHP/FlexiBeeRO.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@ public function evidenceUrlWithSuffix($urlSuffix)
883883
public function updateApiURL()
884884
{
885885
$this->apiURL = $this->getEvidenceURL();
886-
$rowIdentifier = $this->getRecordID();
886+
$rowIdentifier = $this->getRecordIent();
887887
if (empty($rowIdentifier)) {
888888
$rowIdentifier = $this->getRecordCode();
889889
if (empty($rowIdentifier)) {

0 commit comments

Comments
 (0)