Spelling errors fixed.

This commit is contained in:
James Cole
2014-12-24 21:20:47 +01:00
parent e3482011d5
commit 037452e525
11 changed files with 20 additions and 148 deletions

View File

@@ -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 {