From 63a80e00ff3bac8c4fcc6f4db890baf4f8de79f4 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sun, 31 Aug 2008 00:09:59 +0000 Subject: [PATCH] fix double my in DeleteExportedFiles --- lib/WebGUI/Workflow/Activity/DeleteExportedFiles.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/WebGUI/Workflow/Activity/DeleteExportedFiles.pm b/lib/WebGUI/Workflow/Activity/DeleteExportedFiles.pm index 3a6ab0745..11f227353 100644 --- a/lib/WebGUI/Workflow/Activity/DeleteExportedFiles.pm +++ b/lib/WebGUI/Workflow/Activity/DeleteExportedFiles.pm @@ -101,7 +101,6 @@ sub execute { goto pause if (time - $time > $ttl); } - my $ttl = $self->getTTL; while (defined(my $dirname = shift @dirs)) { my $cdirname = $self->_canonExportPath($dirname); rmdir $cdirname or $self->session->errorHandler->warn("DeleteExportedFiles: couldn't rmdir $dirname: $!"), next;