Browse Source

[Admin] User : correctif création

feature/souke
Guillaume Bourgeois 1 year ago
parent
commit
ca1f7a2f8b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      backend/controllers/UserController.php

+ 1
- 1
backend/controllers/UserController.php View File

@@ -149,7 +149,7 @@ class UserController extends BackendController
$model->address,
$model->newsletter,
Password::generate(),
$model->send_mail_welcome
(bool) $model->send_mail_welcome
);
$userCreate->points_sale = $model->points_sale;
$userCreate->user_groups = $model->user_groups;

Loading…
Cancel
Save