Ok, big merge. here's the new xml-config stuff in action. There's a few
[mir.git] / source / mircoders / producer / ProducerAll.java
index d45feb9..b437b27 100755 (executable)
@@ -38,7 +38,7 @@ public class ProducerAll extends Producer{
                new ProducerContent().handle(htmlout, user, force,sync);
                new ProducerOpenPosting().handle(htmlout, user, force,sync);
                new ProducerTopics().handle(htmlout, user, force,sync);
-    new ProducerNavigation().handle(htmlout, user, force,sync);
+        new ProducerNavigation().handle(htmlout, user, force,sync);
 
                // Finish
                sessionConnectTime = new java.util.Date().getTime() - startTime;