fixed a notice in add users to admin platform

1.10.x
José Loguercio 10 years ago
parent 5848efa2f7
commit c06892c475
  1. 2
      main/admin/dashboard_add_users_to_user.php

@ -327,6 +327,8 @@ echo Display::page_header(
null, $size = 'h3'
);
$assigned_users_to_hrm = array();
switch ($userStatus) {
case DRH:
$assigned_users_to_hrm = UserManager::get_users_followed_by_drh($user_id);

Loading…
Cancel
Save