mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-18 18:40:12 +00:00
Added a missing field.
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user