diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2010-03-28 17:08:59 -0400 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2010-03-28 17:08:59 -0400 |
commit | 039ca5f815464ea1e92130222cad69ed395c6a69 (patch) | |
tree | 203e9ff68e41c12af8f8de99e0b82c23a1d7c108 | |
parent | ec5b2499fff7cd30e1c221dbd63b37ef507d41b8 (diff) | |
download | fourisland-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-x | rss.php | 1 |
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'); | |||
24 | include('includes/db.php'); | 24 | include('includes/db.php'); |
25 | include('includes/functions.php'); | 25 | include('includes/functions.php'); |
26 | include('includes/parsers.php'); | 26 | include('includes/parsers.php'); |
27 | include_once('includes/specialdates.php'); | ||
27 | 28 | ||
28 | header('Content-type: application/rss+xml'); | 29 | header('Content-type: application/rss+xml'); |
29 | 30 | ||