mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-30 02:26:58 +00:00
Fix bug.
This commit is contained in:
@@ -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++;
|
||||
}
|
||||
|
Reference in New Issue
Block a user