Same bug, another line.

This commit is contained in:
James Cole
2016-05-22 09:08:37 +02:00
parent 2f435019e0
commit 41430c3bb2

View File

@@ -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++;
}