change ErrorHandler to Log
This commit is contained in:
parent
d11cd6f4f7
commit
199c4e4960
90 changed files with 311 additions and 311 deletions
|
|
@ -294,7 +294,7 @@ sub appendRecentChanges {
|
|||
while (my ($id, $version) = $revisions->array) {
|
||||
my $asset = WebGUI::Asset->newById($self->session, $id, $version);
|
||||
unless (defined $asset) {
|
||||
$self->session->errorHandler->error("Asset $id $version could not be instanciated.");
|
||||
$self->session->log->error("Asset $id $version could not be instanciated.");
|
||||
next;
|
||||
}
|
||||
my $user = WebGUI::User->new($self->session, $asset->actionTakenBy);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue