[Rt-commit] r14164 - in rt/branches/3.999-DANGEROUS: share/html/NoAuth/RichText share/html/NoAuth/css/web2/images

sunnavy at bestpractical.com sunnavy at bestpractical.com
Wed Jul 16 11:37:49 EDT 2008


Author: sunnavy
Date: Wed Jul 16 11:37:42 2008
New Revision: 14164

Modified:
   rt/branches/3.999-DANGEROUS/   (props changed)
   rt/branches/3.999-DANGEROUS/share/html/NoAuth/RichText/dhandler
   rt/branches/3.999-DANGEROUS/share/html/NoAuth/css/web2/images/dhandler

Log:
 r14564 at sunnavys-mb:  sunnavy | 2008-07-16 22:26:13 +0800
 


Modified: rt/branches/3.999-DANGEROUS/share/html/NoAuth/RichText/dhandler
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/NoAuth/RichText/dhandler	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/NoAuth/RichText/dhandler	Wed Jul 16 11:37:42 2008
@@ -51,7 +51,7 @@
 my $file = dirname($m->current_comp->source_file) . '/FCKeditor/' . $arg;
 return $m->decline unless -f $file && -r _;
 
-&RT::Interface::Web::StaticFileHeaders();
+&RT::Interface::Web::static_file_headers();
 
 my $suffix = $1 if $file =~ /([^.]+)$/;
 

Modified: rt/branches/3.999-DANGEROUS/share/html/NoAuth/css/web2/images/dhandler
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/NoAuth/css/web2/images/dhandler	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/NoAuth/css/web2/images/dhandler	Wed Jul 16 11:37:42 2008
@@ -1,5 +1,5 @@
 <%INIT>
-&RT::Interface::Web::StaticFileHeaders();
+&RT::Interface::Web::static_file_headers();
 use File::Basename;
 my $arg = $m->dhandler_arg;
 my $file = dirname($m->current_comp->source_file) . '/source/'. $arg;


More information about the Rt-commit mailing list