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/22 20:54:42 UTC

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

Author: joes
Date: Sat Mar 22 19:54:41 2014
New Revision: 1580306

URL: http://svn.apache.org/r1580306
Log:
can't improve on standard methods

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=1580306&r1=1580305&r2=1580306&view=diff
==============================================================================
--- thrift/cms-site/trunk/lib/view.pm (original)
+++ thrift/cms-site/trunk/lib/view.pm Sat Mar 22 19:54:41 2014
@@ -15,7 +15,7 @@ sub my_memoize {
 }
 
 # doesn't require snippets
-sub my_sitemap {
+sub sitemap {
     local $ASF::Value::Offline = 1;
     &ASF::View::sitemap;
 }