mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix bug.
This commit is contained in:
parent
480e70dfac
commit
2f435019e0
@ -70,7 +70,7 @@ class NewUserController extends Controller
|
||||
$this->createAssetAccount($request, $crud);
|
||||
|
||||
// create savings account
|
||||
if (strlen($request->get('savings_balance') > 0)) {
|
||||
if (strlen($request->get('savings_balance')) > 0) {
|
||||
$this->createSavingsAccount($request, $crud);
|
||||
$count++;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user