Uh, and the code change for Visitor Account privileges.
This commit is contained in:
parent
789a3476f9
commit
648ea286ea
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ sub handler {
|
||||||
return undef unless ($form->get("op") eq "account");
|
return undef unless ($form->get("op") eq "account");
|
||||||
|
|
||||||
#Visitor cannot access the acccount system
|
#Visitor cannot access the acccount system
|
||||||
return $session->privilege->insufficient if($session->user->isVisitor);
|
return $session->privilege->noAccess if($session->user->isVisitor);
|
||||||
|
|
||||||
my $module = $form->get("module");
|
my $module = $form->get("module");
|
||||||
my $method = $form->get("do");
|
my $method = $form->get("do");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue