Author: joes
Date: Thu Mar 20 15:56:02 2014
New Revision: 1579675

URL: http://svn.apache.org/r1579675
Log:
cleaner

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=1579675&r1=1579674&r2=1579675&view=diff
==============================================================================
--- thrift/cms-site/trunk/lib/view.pm (original)
+++ thrift/cms-site/trunk/lib/view.pm Thu Mar 20 15:56:02 2014
@@ -16,7 +16,7 @@ sub thrift_preprocessor {
                        {
                            my $template = $1;
                            my %a = map {split /=/, $_, 2} split /:/,
-                               SUPER::Template($template)->render(\%args);
+                               ASF::View::Template($template)->render(\%args);
                            $args{$key} = ASF::Value::Snippet->new(
                                type => "git",
                                repo => "thrift.git",


Reply via email to