This commit is contained in:
Matthew Wilson 2005-08-12 11:43:33 +00:00
parent ef39d85a2f
commit fea1002aca

View file

@ -390,7 +390,6 @@ sub setParent {
sub view {
my $self = shift;
return WebGUI::Privilege::noAccess() unless $self->canView;
$self->logView() if ($session{setting}{passiveProfilingEnabled});
my ($output, $event, %var, $id);
$event = $self;
$var{title} = $event->getValue("title");