mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fixed a bug where the session date would be edited by a chart.
This commit is contained in:
parent
271a0ade26
commit
09ae6c488b
@ -503,7 +503,7 @@ class GoogleChartController extends Controller
|
||||
{
|
||||
// oldest transaction in category:
|
||||
/** @var TransactionJournal $first */
|
||||
$start = Session::get('start');
|
||||
$start = clone Session::get('start');
|
||||
$chart->addColumn('Period', 'date');
|
||||
$chart->addColumn('Spent', 'number');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user