mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-20 08:30:06 +00:00
Spelling errors fixed.
This commit is contained in:
@@ -39,7 +39,7 @@ class HomeController extends BaseController
|
||||
|
||||
|
||||
// get the preference for the home accounts to show:
|
||||
$frontpage = $preferences->get('frontpageAccounts', []);
|
||||
$frontpage = $preferences->get('frontPageAccounts', []);
|
||||
if ($frontpage->data == []) {
|
||||
$accounts = $acct->getAssetAccounts();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user