diff options
| author | Starla Insigna <hatkirby@fourisland.com> | 2010-03-28 17:06:14 -0400 |
|---|---|---|
| committer | Starla Insigna <hatkirby@fourisland.com> | 2010-03-28 17:06:14 -0400 |
| commit | bfbf51d4e3930b5548b9a34f61e053a05cc2ff8a (patch) | |
| tree | 6740bab2773289cfe2a63773ebdff088e68bd2e4 | |
| parent | ec5b2499fff7cd30e1c221dbd63b37ef507d41b8 (diff) | |
| download | fourisland-bfbf51d4e3930b5548b9a34f61e053a05cc2ff8a.tar.gz fourisland-bfbf51d4e3930b5548b9a34f61e053a05cc2ff8a.tar.bz2 fourisland-bfbf51d4e3930b5548b9a34f61e053a05cc2ff8a.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 | includes/parsers.php | 1 |
1 files changed, 1 insertions, 0 deletions
| diff --git a/includes/parsers.php b/includes/parsers.php index b7dd869..2d5da93 100755 --- a/includes/parsers.php +++ b/includes/parsers.php | |||
| @@ -22,6 +22,7 @@ if (!defined('S_INCLUDE_FILE')) {define('S_INCLUDE_FILE',1);} | |||
| 22 | 22 | ||
| 23 | require('headerproc.php'); | 23 | require('headerproc.php'); |
| 24 | 24 | ||
| 25 | include_once('includes/specialdates.php'); | ||
| 25 | include('includes/bbcode.php'); | 26 | include('includes/bbcode.php'); |
| 26 | include('includes/smilies.php'); | 27 | include('includes/smilies.php'); |
| 27 | 28 | ||
