DataView: Fix that method getOffset() calls parent::hasOffset()
This commit is contained in:
parent
a629adb448
commit
4cedfce07f
|
@ -450,7 +450,7 @@ abstract class DataView implements QueryInterface, IteratorAggregate
|
|||
*/
|
||||
public function getOffset()
|
||||
{
|
||||
return $this->query->hasOffset();
|
||||
return $this->query->getOffset();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue