Possibly fix path being passed to subrequest
Tomas Doran [Wed, 10 Feb 2010 14:59:35 +0000 (14:59 +0000)]
root/ref/tree.tt2

index 4c055f6..83baf01 100644 (file)
@@ -10,6 +10,6 @@
       INCLUDE 'nav/path.tt2' filename = path;
     END;
 
-    subinclude('/fragment/ref/tree', c.req.captures);
+    subinclude('/fragment/ref/tree', c.req.captures, c.req.args.to_path);
   %]
 </div>