first round of changes for the new session system
This commit is contained in:
parent
da95226072
commit
d4b7f2ce59
128 changed files with 2442 additions and 1478 deletions
|
|
@ -17,7 +17,6 @@ package WebGUI::User;
|
|||
use strict;
|
||||
use WebGUI::Cache;
|
||||
use WebGUI::Id;
|
||||
use WebGUI::Session;
|
||||
use WebGUI::SQL;
|
||||
|
||||
|
||||
|
|
@ -275,6 +274,7 @@ sub new {
|
|||
}
|
||||
}
|
||||
}
|
||||
$profile{alias} = $user{username} if ($profile{alias}} =~ /^\W+$/ || $profile{alias} eq "");
|
||||
$userData = {
|
||||
_userId => $userId,
|
||||
_user => \%user,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue