Missing comma
Login error due to a missing comma in array
This commit is contained in:
parent
8859723f35
commit
ad307e77be
|
|
@ -56,7 +56,7 @@ class BackendPreferences extends Model
|
|||
'tr' => [Lang::get('system::lang.locale.tr'), 'flag-tr'],
|
||||
'pl' => [Lang::get('system::lang.locale.pl'), 'flag-pl'],
|
||||
'sk' => [Lang::get('system::lang.locale.sk'), 'flag-sk'],
|
||||
'zh-cn' => [Lang::get('system::lang.locale.zh-cn'), 'flag-cn']
|
||||
'zh-cn' => [Lang::get('system::lang.locale.zh-cn'), 'flag-cn'],
|
||||
'nb-no' => [Lang::get('system::lang.locale.nb-no'), 'flag-no'],
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue