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>);