mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-08 18:58:07 +00:00
Fix bug.
This commit is contained in:
@@ -70,7 +70,7 @@ class NewUserController extends Controller
|
|||||||
$this->createAssetAccount($request, $crud);
|
$this->createAssetAccount($request, $crud);
|
||||||
|
|
||||||
// create savings account
|
// create savings account
|
||||||
if (strlen($request->get('savings_balance') > 0)) {
|
if (strlen($request->get('savings_balance')) > 0) {
|
||||||
$this->createSavingsAccount($request, $crud);
|
$this->createSavingsAccount($request, $crud);
|
||||||
$count++;
|
$count++;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user