more bug fixes...default content commit works all the way through now

This commit is contained in:
JT Smith 2006-03-19 00:48:44 +00:00
parent 0cda78d536
commit 5ee17a673f
2 changed files with 4 additions and 5 deletions

View file

@ -207,7 +207,6 @@ sub www_commitVersionTagConfirm {
my $tag = WebGUI::VersionTag->new($session, $tagId);
if (defined $tag && $session->user->isInGroup($tag->get("groupToUse"))) {
$tag->set({comments=>$session->form->process("comments", "textarea")});
# $tag->commit;
$tag->requestCommit;
my $i18n = WebGUI::International->new($session, "VersionTag");
my $ac = WebGUI::AdminConsole->new($session,"versions");