mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	Add sort to language.
This commit is contained in:
		| @@ -92,6 +92,8 @@ class PreferencesController extends Controller | ||||
|         $fiscalYearStart    = date('Y') . '-' . $fiscalYearStartStr; | ||||
|         $tjOptionalFields   = app('preferences')->get('transaction_journal_optional_fields', [])->data; | ||||
|  | ||||
|         ksort($language); | ||||
|  | ||||
|         // an important fallback is that the frontPageAccount array gets refilled automatically | ||||
|         // when it turns up empty. | ||||
|         if (0 === count($frontPageAccounts->data)) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user