fixed a privilege problem
This commit is contained in:
parent
4b97b4b431
commit
5dcdab0700
1 changed files with 1 additions and 0 deletions
|
|
@ -1153,6 +1153,7 @@ sub www_view {
|
||||||
# print out RSS 2.0 feed describing the items visible on the first page
|
# print out RSS 2.0 feed describing the items visible on the first page
|
||||||
sub www_viewRSS {
|
sub www_viewRSS {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
|
return $self->session->privilege->noAccess() unless $self->canView;
|
||||||
my %var;
|
my %var;
|
||||||
|
|
||||||
$self->logView() if ($self->session->setting->get("passiveProfilingEnabled"));
|
$self->logView() if ($self->session->setting->get("passiveProfilingEnabled"));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue