mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-21 12:54:26 +02:00
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()
|
public function getOffset()
|
||||||
{
|
{
|
||||||
return $this->query->hasOffset();
|
return $this->query->getOffset();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user