summaryrefslogtreecommitdiff
path: root/rt/lib/RT/Article.pm
diff options
context:
space:
mode:
Diffstat (limited to 'rt/lib/RT/Article.pm')
-rw-r--r--rt/lib/RT/Article.pm11
1 files changed, 11 insertions, 0 deletions
diff --git a/rt/lib/RT/Article.pm b/rt/lib/RT/Article.pm
index 7310241ee..24b952ad4 100644
--- a/rt/lib/RT/Article.pm
+++ b/rt/lib/RT/Article.pm
@@ -543,6 +543,17 @@ sub CurrentUserHasRight {
}
+=head2 CurrentUserCanSee
+
+Returns true if the current user can see the article, using ShowArticle
+
+=cut
+
+sub CurrentUserCanSee {
+ my $self = shift;
+ return $self->CurrentUserHasRight('ShowArticle');
+}
+
# }}}
# {{{ _Set