You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jo...@apache.org on 2014/03/20 16:55:00 UTC

svn commit: r1579674 - /thrift/cms-site/trunk/lib/view.pm

Author: joes
Date: Thu Mar 20 15:55:00 2014
New Revision: 1579674

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