converted www_view to view
This commit is contained in:
parent
778236efcb
commit
d6764e6b53
1 changed files with 1 additions and 3 deletions
|
|
@ -245,10 +245,8 @@ sub getUiLevel {
|
||||||
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------
|
#-------------------------------------------------------------------
|
||||||
sub www_view {
|
sub view {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
$self->logView() if ($session{setting}{passiveProfilingEnabled});
|
|
||||||
|
|
||||||
# Initiate an empty debug loop
|
# Initiate an empty debug loop
|
||||||
$self->{_debug_loop} = [] ;
|
$self->{_debug_loop} = [] ;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue