[Rt-commit] r12876 - in rt/branches/3.8-TESTING: share/html/NoAuth/css
alexmv at bestpractical.com
alexmv at bestpractical.com
Wed Jun 4 14:02:57 EDT 2008
Author: alexmv
Date: Wed Jun 4 14:02:57 2008
New Revision: 12876
Modified:
rt/branches/3.8-TESTING/ (props changed)
rt/branches/3.8-TESTING/share/html/NoAuth/css/dhandler
Log:
r32510 at kohr-ah: chmrr | 2008-06-04 14:01:02 -0400
* Warnings avoidance
r32511 at kohr-ah: chmrr | 2008-06-04 14:01:31 -0400
* Overzealous commit
Modified: rt/branches/3.8-TESTING/share/html/NoAuth/css/dhandler
==============================================================================
--- rt/branches/3.8-TESTING/share/html/NoAuth/css/dhandler (original)
+++ rt/branches/3.8-TESTING/share/html/NoAuth/css/dhandler Wed Jun 4 14:02:57 2008
@@ -69,7 +69,7 @@
sub file_handle {
my $self = shift;
my $file = shift;
- my $content = $self->{'mason'}->scomp($file);
+ my $content = $self->{'mason'}->scomp($file) || '';
open my $fh, '<', \$content or die "$!";
return $fh;
}
More information about the Rt-commit
mailing list