added alias support
This commit is contained in:
parent
03eee05be0
commit
787870aa45
1 changed files with 1 additions and 1 deletions
|
|
@ -268,7 +268,7 @@ sub www_editSubmissionSave {
|
|||
&& WebGUI::Privilege::isInGroup($_[0]->get("groupToContribute")))
|
||||
|| WebGUI::Privilege::isInGroup($_[0]->get("groupToApprove"))) {
|
||||
if ($session{form}{sid} eq "new") {
|
||||
$hash{username} = $session{form}{visitorName} || $session{user}{username};
|
||||
$hash{username} = $session{form}{visitorName} || $session{user}{alias};
|
||||
$hash{userId} = $session{user}{userId};
|
||||
$hash{USS_submissionId} = "new";
|
||||
if ($session{setting}{useKarma}) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue