From 79b46038a7fa8467ed41333a80f88d5279b32153 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Sat, 20 Dec 2008 20:19:12 -0500 Subject: 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. --- rss.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rss.php') 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'); include('../security/config.php'); include('includes/db.php'); include('includes/functions.php'); -include('includes/bbcode.php'); +include('includes/parsers.php'); header('Content-type: application/rss+xml'); -- cgit 1.4.1