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)