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

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