fix - [ 1403466 ] CS Attachments - Broken Image Issue

This commit is contained in:
Matthew Wilson 2006-01-12 03:16:28 +00:00
parent 925906ca7e
commit c250321c4c
3 changed files with 8 additions and 8 deletions

View file

@ -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"));
}