Skip to content

Commit 7906074

Browse files
authored
Merge pull request pterodactyl#1411 from zKoz210/patch-3
Fixed checking of the language change
2 parents 7826078 + c1fb38f commit 7906074

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Http/Requests/Base/AccountDataFormRequest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ public function rules()
5959
'name_first' => array_get($modelRules, 'name_first'),
6060
'name_last' => array_get($modelRules, 'name_last'),
6161
'username' => array_get($modelRules, 'username'),
62+
'language' => array_get($modelRules, 'language'),
6263
];
6364
break;
6465
default:

0 commit comments

Comments
 (0)