Added a missing field.

This commit is contained in:
James Cole 2015-01-05 20:22:19 +01:00
parent ba285a2d2d
commit 5bdef7f1c7

View File

@ -278,6 +278,7 @@ class PiggyBankController extends BaseController
$data['user_id'] = Auth::user()->id;
$data['rep_every'] = 0;
$data['reminder_skip'] = 0;
$data['remind_me'] = intval(Input::get('remind_me'));
// always validate: