Skip to content
Snippets Groups Projects
Commit e7d5b176 authored by Thomas Citharel's avatar Thomas Citharel
Browse files

Merge tag '1.1.7' into develop

parents f861b773 b40957f4
No related branches found
Tags 1.1.8-beta.1
No related merge requests found
......@@ -104,7 +104,7 @@ class InputService {
public function filterValueMax($int)
{
return $this->filterInteger($int) >= 1;
return $this->filterInteger($int) >= 1 ? $this->filterInteger($int) : false;
}
public function filterBoolean($boolean) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment