Skip to content

Commit 3b15e79

Browse files
committed
Fixes #1324
1 parent f27b8d1 commit 3b15e79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/Database/BaseResult.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ public function getCustomRowObject($n, string $className)
344344

345345
if ($n !== $this->currentRow && isset($this->customResultObject[$className][$n]))
346346
{
347-
$this->current_row = $n;
347+
$this->currentRow = $n;
348348
}
349349

350350
return $this->customResultObject[$className][$this->currentRow];

0 commit comments

Comments
 (0)