summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--httemplate/autohandler3
1 files changed, 3 insertions, 0 deletions
diff --git a/httemplate/autohandler b/httemplate/autohandler
index a017eccb7..bdea50534 100644
--- a/httemplate/autohandler
+++ b/httemplate/autohandler
@@ -30,3 +30,6 @@ if ( UNIVERSAL::can(dbh, 'sprintProfile') ) {
s/(<\/BODY>[\s\n]*<\/HTML>[\s\n]*)$/$profile$1/i;
</%filter>
+<%cleanup>
+ dbh->commit();
+</%cleanup>