mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-16 18:25:00 -06:00
Added a missing field.
This commit is contained in:
parent
ce4a2a5851
commit
0dff371e62
@ -273,10 +273,11 @@ class PiggyBankController extends BaseController
|
||||
*/
|
||||
public function store()
|
||||
{
|
||||
$data = Input::all();
|
||||
$data['repeats'] = 0;
|
||||
$data['user_id'] = Auth::user()->id;
|
||||
$data['rep_every'] = 0;
|
||||
$data = Input::all();
|
||||
$data['repeats'] = 0;
|
||||
$data['user_id'] = Auth::user()->id;
|
||||
$data['rep_every'] = 0;
|
||||
$data['reminder skip'] = 0;
|
||||
|
||||
|
||||
// always validate:
|
||||
|
Loading…
Reference in New Issue
Block a user