Skip to content

Commit cf7381b

Browse files
committed
KeyID assigment Fix
1 parent a553f4f commit cf7381b

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
@@ -2368,7 +2368,7 @@ public function setMyKey($myKeyValue) {
23682368
$extIds);
23692369
}
23702370
} else {
2371-
$res = $this->setDataValue($this->getMyKey(), $myKeyValue);
2371+
$res = $this->setDataValue($this->getKeyColumn(), $myKeyValue);
23722372
}
23732373
$this->updateApiURL();
23742374
return $res;

0 commit comments

Comments
 (0)