summaryrefslogtreecommitdiff
path: root/fml
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-01-26 13:43:42 +0000
committerfukachan <fukachan>2001-01-26 13:43:42 +0000
commit9ae7246222d5594888f6eb01bd82fe21986dc49d (patch)
tree5b74c91f126f389dcbc2e937da5b77b393e82384 /fml
parent802cad94a494b4b8a1fe6c79f1eb36f6274d3178 (diff)
downloadfml8-9ae7246222d5594888f6eb01bd82fe21986dc49d.tar.gz
fml8-9ae7246222d5594888f6eb01bd82fe21986dc49d.tar.bz2
fml8-9ae7246222d5594888f6eb01bd82fe21986dc49d.zip
oops, add miggin _close_db()
Diffstat (limited to 'fml')
-rw-r--r--fml/lib/FML/Ticket/Model/toymodel.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/fml/lib/FML/Ticket/Model/toymodel.pm b/fml/lib/FML/Ticket/Model/toymodel.pm
index 71502b92..d68637fc 100644
--- a/fml/lib/FML/Ticket/Model/toymodel.pm
+++ b/fml/lib/FML/Ticket/Model/toymodel.pm
@@ -182,6 +182,8 @@ sub _update_db
if (defined $self->{ _status }) {
$rh_status->{ $ticket_id } = $self->{ _status };
}
+
+ $self->_close_db($curproc, $args);
}