From e558c9604791c29b542e7d4329670e1b96920af5 Mon Sep 17 00:00:00 2001 From: Uriel Date: Wed, 20 Jun 2007 07:42:47 +0200 Subject: [PATCH] Fix bug that broke project blogs (that had set blogDirs in parental _config) --- bin/controller.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/controller.rc b/bin/controller.rc index f6e1031..5fb8714 100755 --- a/bin/controller.rc +++ b/bin/controller.rc @@ -132,7 +132,7 @@ fpath=$sitedir for ( i in '' $args ) { fpath = $fpath/$i # We don't want blog settings to cascade into posts, note that we are inBlog instead - if ( ! ~ $#blogDirs 0 && ! ~ $body */indexrss ) { + if ( ! ~ $#blogDirs 0 && ! ~ $body */indexrss */[bB]log */[bB]log/ ) { inBlog = $blogDirs blogDirs = () }