diff options
Diffstat (limited to 'rt/share/html/NoAuth/RichText/autohandler')
-rw-r--r-- | rt/share/html/NoAuth/RichText/autohandler | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rt/share/html/NoAuth/RichText/autohandler b/rt/share/html/NoAuth/RichText/autohandler index fd48b5959..54ef682dd 100644 --- a/rt/share/html/NoAuth/RichText/autohandler +++ b/rt/share/html/NoAuth/RichText/autohandler @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC %# <sales@bestpractical.com> %# %# (Except where explicitly superseded by other copyright notices) @@ -47,7 +47,7 @@ %# END BPS TAGGED BLOCK }}} <%init> my $file = $m->base_comp->source_file; -if ($file =~ m{RichText/+FCKeditor}) { +if ($file =~ m{RichText/+ckeditor}) { $RT::Logger->crit("Invalid request directly to the rich text editor: $file"); $m->abort(403); } else { |