Default limit to 0 which means no limit
This commit is contained in:
parent
b28f97c5c3
commit
df16099463
|
@ -227,7 +227,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