Update check_auth.php
This commit is contained in:
parent
bb0c6edd9e
commit
1f1cf37cf7
|
|
@ -229,6 +229,7 @@
|
|||
$_SESSION['user']['extension'][$x]['description'] = $row['description'];
|
||||
|
||||
//set the user context
|
||||
$_SESSION['user']['user_context'] = $row["user_context"];
|
||||
$_SESSION['user_context'] = $row["user_context"];
|
||||
$x++;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue