diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-06-08 16:19:57 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-06-08 16:19:57 -0400 |
commit | a00b9c0fdcd69fd6656b9820b7286d1d00d691cb (patch) | |
tree | af868b9982226d5dc71bace6eb0286c9948cf073 /lib/rssaction.php | |
parent | 53ae2cc3f9247a7d369f09e2ab320f44d3cd2c6b (diff) |
forgot config in channel
darcs-hash:20080608201957-84dde-a092da20de695cfd6a910c38b24a607fe678159c.gz
Diffstat (limited to 'lib/rssaction.php')
-rw-r--r-- | lib/rssaction.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rssaction.php b/lib/rssaction.php index 0a3377d51..912c14480 100644 --- a/lib/rssaction.php +++ b/lib/rssaction.php @@ -68,6 +68,7 @@ class Rss10Action extends Action { } function show_channel($notices) { + global $config; $channel = $this->get_channel(); $image = $this->get_image(); |