mirror of
https://github.com/silverstripe/silverstripe-postgresql
synced 2024-10-22 17:05:45 +02:00
BUGFIX: syntax error fixed
This commit is contained in:
parent
3d0c31763a
commit
0c8580f3d7
@ -1734,7 +1734,7 @@ class PostgreSQLQuery extends SS_Query {
|
||||
}
|
||||
|
||||
public function seek($row) {
|
||||
return pg_result_seek($this-handle, $row);
|
||||
return pg_result_seek($this->handle, $row);
|
||||
}
|
||||
|
||||
public function numRecords() {
|
||||
|
Loading…
Reference in New Issue
Block a user