[MKDoc-commit] [1.6] New doc set template with popular_children_template() regardless

bruno at mkdoc.demon.co.uk bruno at mkdoc.demon.co.uk
Thu Sep 8 15:52:12 BST 2005


Log Message:
-----------
[1.6] New doc set template with popular_children_template() regardless of CGI

Tags:
----
mkdoc-1-6

Modified Files:
--------------
    mkd/flo/plugin/Admin:
        New.pm

-------------- next part --------------
Index: New.pm
===================================================================
RCS file: /var/spool/cvs/mkd/flo/plugin/Admin/New.pm,v
retrieving revision 1.1.2.9
retrieving revision 1.1.2.10
diff -Lflo/plugin/Admin/New.pm -Lflo/plugin/Admin/New.pm -u -r1.1.2.9 -r1.1.2.10
--- flo/plugin/Admin/New.pm
+++ flo/plugin/Admin/New.pm
@@ -84,7 +84,7 @@
 	Lang          => $cgix->param ('lang'),
 	Rights        => $cgix->param ('rights'),
 	Publisher     => $cgix->param ('publisher'),
-	Template      => $current_document->popular_children_template(),
+	Template      => $cgix->param ('template'),
 	Cache_Control => $cgix->param ('cache_control'),
        );
     


More information about the MKDoc-commit mailing list