From a00b9c0fdcd69fd6656b9820b7286d1d00d691cb Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sun, 8 Jun 2008 16:19:57 -0400 Subject: forgot config in channel darcs-hash:20080608201957-84dde-a092da20de695cfd6a910c38b24a607fe678159c.gz --- lib/rssaction.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/rssaction.php') 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(); -- cgit v1.2.3-54-g00ecf