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/18 15:24:25 UTC

svn commit: r1578919 - /thrift/cms-site/trunk/lib/path.pm

Author: joes
Date: Tue Mar 18 14:24:25 2014
New Revision: 1578919

URL: http://svn.apache.org/r1578919
Log:
sitemap support

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

Modified: thrift/cms-site/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/thrift/cms-site/trunk/lib/path.pm?rev=1578919&r1=1578918&r2=1578919&view=diff
==============================================================================
--- thrift/cms-site/trunk/lib/path.pm (original)
+++ thrift/cms-site/trunk/lib/path.pm Tue Mar 18 14:24:25 2014
@@ -10,7 +10,7 @@ find({ wanted => sub {
              push @mdfiles, $_;
              warn $_;
          }
-}, nochdir => 1 }, cwd() . "/content");
+}, no_chdir => 1 }, cwd() . "/content");
 
 my $conf = Load(join "", <DATA>);