fix - [ 1403466 ] CS Attachments - Broken Image Issue
This commit is contained in:
parent
925906ca7e
commit
c250321c4c
3 changed files with 8 additions and 8 deletions
|
|
@ -618,7 +618,6 @@ sub view {
|
|||
foreach my $prop (keys %{$self->{_shortcut}{_properties}}) {
|
||||
next if ($prop eq 'content' || $prop eq 'label' || $prop eq 'url');
|
||||
$var{'shortcut.'.$prop} = $self->{_shortcut}{_properties}{$prop};
|
||||
$self->session->errorHandler->warn($prop.' = '.$self->{_shortcut}{_properties}{$prop});
|
||||
}
|
||||
return $self->processTemplate(\%var,$self->getValue("templateId"));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue