mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix method
This commit is contained in:
parent
93c83fbe7a
commit
5c471059f3
@ -45,7 +45,7 @@ class AutocompleteRequest extends FormRequest
|
|||||||
if ('' !== $types) {
|
if ('' !== $types) {
|
||||||
$array = explode(',', $types);
|
$array = explode(',', $types);
|
||||||
}
|
}
|
||||||
$limit = $this->integer('limit');
|
$limit = $this->convertInteger('limit');
|
||||||
$limit = 0 === $limit ? 10 : $limit;
|
$limit = 0 === $limit ? 10 : $limit;
|
||||||
|
|
||||||
// remove 'initial balance' from allowed types. its internal
|
// remove 'initial balance' from allowed types. its internal
|
||||||
|
Loading…
Reference in New Issue
Block a user