Skip to content
This repository was archived by the owner on Oct 29, 2020. It is now read-only.

Commit 86a8c0f

Browse files
committed
adds User Lang to user obecjt to send to NS
1 parent e17d966 commit 86a8c0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/modules/dosomething/dosomething_northstar/dosomething_northstar.module

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ function dosomething_northstar_build_ns_user($user, $form_state) {
211211
$ns_user = [
212212
'email' => $user->mail,
213213
'drupal_id' => $user->uid,
214+
'language' => $user->language,
214215
];
215216

216217
// Set values in ns_user if they are set.

0 commit comments

Comments
 (0)