Fixing bug
This commit is contained in:
parent
0cc8fc8557
commit
5f8ffefc47
1 changed files with 1 additions and 1 deletions
|
|
@ -295,7 +295,7 @@ sub info {
|
|||
my $self = shift;
|
||||
my $message = shift;
|
||||
$self->getLogger->info($message);
|
||||
$self->session->stow->set("debug_info") = $self->session->stow->get("debug_info").$message."\n";
|
||||
$self->session->stow->set("debug_info", $self->session->stow->get("debug_info").$message."\n");
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue