change ErrorHandler to Log
This commit is contained in:
parent
d11cd6f4f7
commit
199c4e4960
90 changed files with 311 additions and 311 deletions
|
|
@ -78,7 +78,7 @@ See WebGUI::Workflow::Activity::execute() for details.
|
|||
sub execute {
|
||||
my ($self, $nothing, $instance) = @_;
|
||||
my $session = $self->session;
|
||||
my $log = $session->errorHandler;
|
||||
my $log = $session->log;
|
||||
|
||||
# keep track of how much time it's taking
|
||||
my $start = time();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue