summary refs log tree commit diff stats
path: root/rss.php
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2008-12-20 20:19:12 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-12-20 20:19:12 -0500
commit79b46038a7fa8467ed41333a80f88d5279b32153 (patch)
treeb186c0435d21fcb75017ea8efdcecfbbd8d7cc39 /rss.php
parent49422ceb232a21683a3512eda1c3f360b65bffc3 (diff)
downloadfourisland-79b46038a7fa8467ed41333a80f88d5279b32153.tar.gz
fourisland-79b46038a7fa8467ed41333a80f88d5279b32153.tar.bz2
fourisland-79b46038a7fa8467ed41333a80f88d5279b32153.zip
Included parsers.php into RSS feed
Previously, the RSS feed wouldn't display because it attempted to display parsed blog posts, but the parseText() function was not defined as parsers.php was not
included.
Diffstat (limited to 'rss.php')
-rwxr-xr-xrss.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/rss.php b/rss.php index 176ea32..e6e7d55 100755 --- a/rss.php +++ b/rss.php
@@ -23,7 +23,7 @@ require('headerproc.php');
23include('../security/config.php'); 23include('../security/config.php');
24include('includes/db.php'); 24include('includes/db.php');
25include('includes/functions.php'); 25include('includes/functions.php');
26include('includes/bbcode.php'); 26include('includes/parsers.php');
27 27
28header('Content-type: application/rss+xml'); 28header('Content-type: application/rss+xml');
29 29