mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-05-28 04:02:39 -04:00
DataView: Fix that method getOffset() calls parent::hasOffset()
This commit is contained in:
parent
a629adb448
commit
4cedfce07f
1 changed files with 1 additions and 1 deletions
|
|
@ -450,7 +450,7 @@ abstract class DataView implements QueryInterface, IteratorAggregate
|
|||
*/
|
||||
public function getOffset()
|
||||
{
|
||||
return $this->query->hasOffset();
|
||||
return $this->query->getOffset();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue