summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2008-12-11 17:45:06 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-12-11 17:45:06 -0500
commit3bdac6375a47fb794ad03172fc5ee1342231c3a1 (patch)
tree3f58b7d2f606392b236a261c16a16514b49e4138
parente7aa66fe5edf8dea9bf47c48efc197535c570962 (diff)
downloadfourisland-3bdac6375a47fb794ad03172fc5ee1342231c3a1.tar.gz
fourisland-3bdac6375a47fb794ad03172fc5ee1342231c3a1.tar.bz2
fourisland-3bdac6375a47fb794ad03172fc5ee1342231c3a1.zip
Fixed RSS feed
When the BBCode parsing engine declared a dependency on a function in the functions.php file, the RSS feed was never updated to include it, so the
BBCode parser failed and the feed remained empty. This has now been fixed.
-rwxr-xr-xrss.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/rss.php b/rss.php index 7866d1a..c232fe3 100755 --- a/rss.php +++ b/rss.php
@@ -22,6 +22,7 @@ require('headerproc.php');
22 22
23include('../security/config.php'); 23include('../security/config.php');
24include('includes/db.php'); 24include('includes/db.php');
25include('includes/functions.php');
25include('includes/bbcode.php'); 26include('includes/bbcode.php');
26 27
27header('Content-type: application/rss+xml'); 28header('Content-type: application/rss+xml');