Default limit to 0 which means no limit
This commit is contained in:
parent
faabbabfd5
commit
1f9e654821
|
@ -240,7 +240,7 @@ class Filter extends ZM_Object {
|
||||||
}
|
}
|
||||||
if ( isset( $this->Query()['limit'] ) )
|
if ( isset( $this->Query()['limit'] ) )
|
||||||
return $this->{'Query'}['limit'];
|
return $this->{'Query'}['limit'];
|
||||||
return 100;
|
return 0;
|
||||||
#return $this->defaults{'limit'};
|
#return $this->defaults{'limit'};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue