mirror of
https://framagit.org/framasoft/framadate/framadate
synced 2026-07-28 12:04:23 +00:00
Merge tag '1.1.7' into develop
This commit is contained in:
commit
e7d5b1762e
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue