From 41430c3bb2a661d14cd60d363835c9a486062832 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 22 May 2016 09:08:37 +0200 Subject: [PATCH] Same bug, another line. --- app/Http/Controllers/NewUserController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/NewUserController.php b/app/Http/Controllers/NewUserController.php index ec5c5d0952..3c7dcd4102 100644 --- a/app/Http/Controllers/NewUserController.php +++ b/app/Http/Controllers/NewUserController.php @@ -77,7 +77,7 @@ class NewUserController extends Controller // create credit card. - if (strlen($request->get('credit_card_limit') > 0)) { + if (strlen($request->get('credit_card_limit')) > 0) { $this->storeCreditCard($request, $crud); $count++; }