From fc6fd5045f1a1ae35cc04b0700171e00765ce2bb Mon Sep 17 00:00:00 2001 From: Uriel Date: Fri, 23 Jan 2009 16:45:48 +0100 Subject: [PATCH] blaghDirs is now blagh_dirs. --- lib/_apps/blagh/atom.tpl | 2 +- lib/_apps/blagh/rss20.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/_apps/blagh/atom.tpl b/lib/_apps/blagh/atom.tpl index bba2b8f..2970b81 100644 --- a/lib/_apps/blagh/atom.tpl +++ b/lib/_apps/blagh/atom.tpl @@ -35,7 +35,7 @@ updated = `{/bin/date --rfc-3339'=seconds' |sed 's/ /T/'} %{ - for(f in `{get_post_list $blagh_root$blaghDirs}) { + for(f in `{get_post_list $blagh_root$blagh_dirs}) { statpost $f %} diff --git a/lib/_apps/blagh/rss20.tpl b/lib/_apps/blagh/rss20.tpl index 8253840..ad9f1db 100644 --- a/lib/_apps/blagh/rss20.tpl +++ b/lib/_apps/blagh/rss20.tpl @@ -38,7 +38,7 @@ fn statpost { Tom Duff's rc, and Kris Maglione's clever hackery %{ # uriel99+rss@gmail.com (Uriel) - for(f in `{get_post_list $blagh_root$blaghDirs}) { + for(f in `{get_post_list $blagh_root$blagh_dirs}) { statpost $f # Hack to aproximate the last build date #(use the mdate from last posted item)