Skip to content

Commit

Permalink
Fixed KeyColumn syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitexus committed Mar 19, 2024
1 parent 858ccbf commit e9a37fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AbraFlexi/RO.php
Expand Up @@ -1758,7 +1758,7 @@ public function recordExists($data = [])
$this->ignore404(true);
if(is_string($data) && preg_match('/^code:/', $data)){
$data = \AbraFlexi\Functions::uncode($data);
$this->keyColumn = 'kod';
$keyColumn = 'kod';
} else {
$keyColumn = $this->getKeyColumn();
}
Expand Down

0 comments on commit e9a37fc

Please sign in to comment.