X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FNoAuth%2FRichText%2Fdhandler;h=230cf5fb74aafc73e4fd6f91e4be84f7730f17f0;hb=679854b8bbc65d112071111bbd7f34a6a481fb30;hp=6ea0f123773889e0ac4a0c696976a71b417a707f;hpb=fc6209f398899f0211cfcedeb81a3cd65e04a941;p=freeside.git diff --git a/rt/share/html/NoAuth/RichText/dhandler b/rt/share/html/NoAuth/RichText/dhandler index 6ea0f1237..230cf5fb7 100644 --- a/rt/share/html/NoAuth/RichText/dhandler +++ b/rt/share/html/NoAuth/RichText/dhandler @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2013 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -48,7 +48,7 @@ <%INIT> use File::Basename; my $arg = $m->dhandler_arg; -my $file = dirname($m->current_comp->source_file) . '/FCKeditor/' . $arg; +my $file = dirname($m->current_comp->source_file) . '/ckeditor/' . $arg; return $m->decline unless -f $file && -r _; my $suffix = $1 if $file =~ /([^.]+)$/;