]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
forgot config in channel
authorEvan Prodromou <evan@prodromou.name>
Sun, 8 Jun 2008 20:19:57 +0000 (16:19 -0400)
committerEvan Prodromou <evan@prodromou.name>
Sun, 8 Jun 2008 20:19:57 +0000 (16:19 -0400)
darcs-hash:20080608201957-84dde-a092da20de695cfd6a910c38b24a607fe678159c.gz

lib/rssaction.php

index 0a3377d5111fd6e6fdc5563a0ad37de5cc23c2bf..912c144801ce61e4f6631cefd31897c41d3b8291 100644 (file)
@@ -68,6 +68,7 @@ class Rss10Action extends Action {
        }
 
        function show_channel($notices) {
+               global $config;
 
                $channel = $this->get_channel();
                $image = $this->get_image();