mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 00:27:30 +00:00
Same bug, another line.
This commit is contained in:
@@ -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++;
|
||||
}
|
||||
|
Reference in New Issue
Block a user