import rt 3.8.10
[freeside.git] / rt / share / html / NoAuth / css / dhandler
index a72385f..2472a9f 100644 (file)
@@ -70,7 +70,7 @@ sub file_handle {
     my $self = shift;
     my $file = shift;
     my $content = $self->{'mason'}->scomp($file) || '';
-    open my $fh, '<', \$content or die "$!";
+    open( my $fh, '<', \$content ) or die "$!";
     return $fh;
 }