mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-22 11:11:25 +00:00
Same bug, another line.
This commit is contained in:
@@ -77,7 +77,7 @@ class NewUserController extends Controller
|
|||||||
|
|
||||||
|
|
||||||
// create credit card.
|
// create credit card.
|
||||||
if (strlen($request->get('credit_card_limit') > 0)) {
|
if (strlen($request->get('credit_card_limit')) > 0) {
|
||||||
$this->storeCreditCard($request, $crud);
|
$this->storeCreditCard($request, $crud);
|
||||||
$count++;
|
$count++;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user