rt 4.2.16
[freeside.git] / rt / share / html / NoAuth / RichText / autohandler
index fd48b59..76852e9 100644 (file)
@@ -2,7 +2,7 @@
 %#
 %# COPYRIGHT:
 %#
-%# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC
+%# This software is Copyright (c) 1996-2019 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 {