fix some issues with autocommit

This commit is contained in:
Graham Knop 2008-10-23 10:20:53 +00:00
parent d0c9f86504
commit 26790fd1dd
8 changed files with 12 additions and 11 deletions

View file

@ -339,7 +339,7 @@ sub www_importPackage {
if (WebGUI::VersionTag->autoCommitWorkingIfEnabled($self->session, {
allowComments => 1,
returnUrl => $self->getUrl,
})) {
}) eq 'redirect') {
return undef;
};