X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FNoAuth%2FRichText%2Fautohandler;h=76852e96cf0d6e123f8aa792a4b47af13ecd0c6e;hp=fd48b5959e7033723a2d73962edfb9e56c0deb1e;hb=44dd00a3ff974a17999e86e64488e996edc71e3c;hpb=b5c4237a34aef94976bc343c8d9e138664fc3984 diff --git a/rt/share/html/NoAuth/RichText/autohandler b/rt/share/html/NoAuth/RichText/autohandler index fd48b5959..76852e96c 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-2019 Best Practical Solutions, LLC %# %# %# (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 {