mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Forgot a thing.
This commit is contained in:
parent
241190c4da
commit
0e0c475c83
@ -84,7 +84,7 @@ class ReportController extends Controller
|
||||
{
|
||||
// throw an error if necessary.
|
||||
if ($end < $start) {
|
||||
throw new FireflyException('End date cannot be before start date, silly!')
|
||||
throw new FireflyException('End date cannot be before start date, silly!');
|
||||
}
|
||||
|
||||
// lower threshold
|
||||
|
Loading…
Reference in New Issue
Block a user