fixing some bugs relaed to cs mail replies

fixed a bug in the user manager where the user would take on the username/alias of the visitor
fixed a bug in error handling where debug was being spewed for errors in approriately
This commit is contained in:
JT Smith 2006-04-11 22:50:11 +00:00
parent 91c4083d8a
commit a7df0f7a55
9 changed files with 82 additions and 30 deletions

View file

@ -487,6 +487,7 @@ sub addWorkflow {
$session->setting->remove("onNewUserAlertGroup");
$session->setting->set("runOnRegistration","");
$session->setting->add("defaultVersionTagWorkflow","pbworkflow000000000003");
$session->setting->add("mailReturnPath",undef);
}
#-------------------------------------------------