From d9c75c818cfe1659650ff33aa5c9dd3f18bc76f9 Mon Sep 17 00:00:00 2001 From: zapata Date: Fri, 18 Oct 2002 22:30:19 +0000 Subject: [PATCH] fixed a default config bug --- etc/config.properties-dist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/config.properties-dist b/etc/config.properties-dist index 51bf97e0..e8775a7d 100755 --- a/etc/config.properties-dist +++ b/etc/config.properties-dist @@ -59,8 +59,8 @@ Mir.Localizer.Admin.GeneratorLibrary= default=freemarker(templates/admin/) Mir.Localizer.OpenPosting.GeneratorLibrary= default=freemarker(etc/open/) # Which producers need to be called after an article (resp. a comment) is posted -Mir.Localizer.OpenPosting.ContentProducers= media.new;content.new;startpage.new;synchronization.run -Mir.Localizer.OpenPosting.CommentProducers= content.new;synchronization.run +Mir.Localizer.OpenPosting.ContentProducers= media.new;articles.new;startpage.new;synchronization.run +Mir.Localizer.OpenPosting.CommentProducers= articles.new;synchronization.run #note that you can't make pdf's without making fo's GenerateFO=yes -- 2.11.0