fix
This commit is contained in:
parent
ef39d85a2f
commit
fea1002aca
1 changed files with 0 additions and 1 deletions
|
|
@ -390,7 +390,6 @@ sub setParent {
|
||||||
sub view {
|
sub view {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
return WebGUI::Privilege::noAccess() unless $self->canView;
|
return WebGUI::Privilege::noAccess() unless $self->canView;
|
||||||
$self->logView() if ($session{setting}{passiveProfilingEnabled});
|
|
||||||
my ($output, $event, %var, $id);
|
my ($output, $event, %var, $id);
|
||||||
$event = $self;
|
$event = $self;
|
||||||
$var{title} = $event->getValue("title");
|
$var{title} = $event->getValue("title");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue