summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2010-03-28 17:08:59 -0400
committerStarla Insigna <hatkirby@fourisland.com>2010-03-28 17:08:59 -0400
commit039ca5f815464ea1e92130222cad69ed395c6a69 (patch)
tree203e9ff68e41c12af8f8de99e0b82c23a1d7c108
parentec5b2499fff7cd30e1c221dbd63b37ef507d41b8 (diff)
downloadfourisland-039ca5f815464ea1e92130222cad69ed395c6a69.tar.gz
fourisland-039ca5f815464ea1e92130222cad69ed395c6a69.tar.bz2
fourisland-039ca5f815464ea1e92130222cad69ed395c6a69.zip
Fixed April Fools Day RSS bug
The RSS feed was displaying a message that doAprilFoolsDay() was not found because specialdates.php was never included. This commit can be reverted along
with the previous one when April Fools Day is done.
-rwxr-xr-xrss.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/rss.php b/rss.php index 41e49f0..2a72d8a 100755 --- a/rss.php +++ b/rss.php
@@ -24,6 +24,7 @@ include('../security/config.php');
24include('includes/db.php'); 24include('includes/db.php');
25include('includes/functions.php'); 25include('includes/functions.php');
26include('includes/parsers.php'); 26include('includes/parsers.php');
27include_once('includes/specialdates.php');
27 28
28header('Content-type: application/rss+xml'); 29header('Content-type: application/rss+xml');
29 30