Missing comma

Login error due to a missing comma in array
This commit is contained in:
Saifur Rahman Mohsin 2015-04-12 01:05:15 +05:30
parent 8859723f35
commit ad307e77be
1 changed files with 1 additions and 1 deletions

View File

@ -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'],
];