mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-11 07:10:48 +00:00
Merge branches 'develop' and 'develop' of github.com:firefly-iii/firefly-iii into develop
This commit is contained in:
@@ -147,7 +147,7 @@ abstract class Controller extends BaseController
|
||||
}
|
||||
if (null !== $value) {
|
||||
$value = (int)$value;
|
||||
$value = min(max(1, $value), 2 ** 16);
|
||||
$value = min(max(1, $value), 2 ** 16);
|
||||
$bag->set($integer, $value);
|
||||
}
|
||||
if (null === $value
|
||||
@@ -164,7 +164,7 @@ abstract class Controller extends BaseController
|
||||
|
||||
// sort fields:
|
||||
return $bag;
|
||||
//return $this->getSortParameters($bag);
|
||||
// return $this->getSortParameters($bag);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user