Author: joes
Date: Thu Mar 20 03:28:35 2014
New Revision: 1579524

URL: http://svn.apache.org/r1579524
Log:
bogus

Modified:
    thrift/cms-site/trunk/lib/view.pm

Modified: thrift/cms-site/trunk/lib/view.pm
URL: 
http://svn.apache.org/viewvc/thrift/cms-site/trunk/lib/view.pm?rev=1579524&r1=1579523&r2=1579524&view=diff
==============================================================================
--- thrift/cms-site/trunk/lib/view.pm (original)
+++ thrift/cms-site/trunk/lib/view.pm Thu Mar 20 03:28:35 2014
@@ -9,7 +9,6 @@ use warnings;
 sub thrift_preprocessor {
     my %args = @_;
     my $file = "content$args{path}";
-    return @{$args{memo}->{$file}} if exists $args{memo} and exists 
$args{memo}->{$file};
     read_text_file $file, \%args;
     delete $args{header};
 


Reply via email to