Set correct path. [skip ci]

This commit is contained in:
James Cole 2016-04-21 09:01:34 +02:00
parent 98c057c516
commit 13e59105ec

View File

@ -201,6 +201,7 @@ class BudgetController extends Controller
'firefly.without_budget_between', 'firefly.without_budget_between',
['start' => $start->formatLocalized($this->monthAndDayFormat), 'end' => $end->formatLocalized($this->monthAndDayFormat)] ['start' => $start->formatLocalized($this->monthAndDayFormat), 'end' => $end->formatLocalized($this->monthAndDayFormat)]
); );
$list->setPath('/budgets/list/noBudget');
return view('budgets.noBudget', compact('list', 'subTitle')); return view('budgets.noBudget', compact('list', 'subTitle'));
} }