diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2008-12-11 17:45:06 -0500 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2008-12-11 17:45:06 -0500 |
commit | 3bdac6375a47fb794ad03172fc5ee1342231c3a1 (patch) | |
tree | 3f58b7d2f606392b236a261c16a16514b49e4138 | |
parent | e7aa66fe5edf8dea9bf47c48efc197535c570962 (diff) | |
download | fourisland-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-x | rss.php | 1 |
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 | ||
23 | include('../security/config.php'); | 23 | include('../security/config.php'); |
24 | include('includes/db.php'); | 24 | include('includes/db.php'); |
25 | include('includes/functions.php'); | ||
25 | include('includes/bbcode.php'); | 26 | include('includes/bbcode.php'); |
26 | 27 | ||
27 | header('Content-type: application/rss+xml'); | 28 | header('Content-type: application/rss+xml'); |