Forgot a thing.

This commit is contained in:
James Cole
2016-02-06 05:04:41 +01:00
parent 241190c4da
commit 0e0c475c83

View File

@@ -84,7 +84,7 @@ class ReportController extends Controller
{ {
// throw an error if necessary. // throw an error if necessary.
if ($end < $start) { 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 // lower threshold