summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-01-26 05:01:37 +0000
committerfukachan <fukachan>2001-01-26 05:01:37 +0000
commitd958824167df319d2f6e77d048ca53896bb93ca6 (patch)
tree6f74a4d105a6d9574f340f556ae9423d5b41d259 /fml/lib/FML/Process
parent743212b89a80a6327289c111eba84b87e03b9223 (diff)
downloadfml8-d958824167df319d2f6e77d048ca53896bb93ca6.tar.gz
fml8-d958824167df319d2f6e77d048ca53896bb93ca6.tar.bz2
fml8-d958824167df319d2f6e77d048ca53896bb93ca6.zip
recode that ticke is closed
Diffstat (limited to 'fml/lib/FML/Process')
-rw-r--r--fml/lib/FML/Process/Distribute.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/fml/lib/FML/Process/Distribute.pm b/fml/lib/FML/Process/Distribute.pm
index ad2124b9..0930e1aa 100644
--- a/fml/lib/FML/Process/Distribute.pm
+++ b/fml/lib/FML/Process/Distribute.pm
@@ -214,6 +214,7 @@ sub _ticket_check
unless ($@) {
my $ticket = $pkg->new;
$ticket->assign($curproc, $args);
+ $ticket->update_status($curproc, $args);
$ticket->update_cache($curproc, $args);
}
else {