Skip to content

Commit

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

0 comments on commit 858ccbf

Please sign in to comment.