|
PITS /
00983Summary: fix "include" syntax for feed actions in default-config.php
Created: 2007-10-01 15:36
Status: Open
Category: Bug
From: Ben Stallings
Assigned:
Priority: 3
Version: 2.2 beta
OS:
Description: The default-config.php file contains "include" commands to enable ?action=rss and other feed types. These lines are currently in the format if ($action == 'rss') include_once('scripts/feeds.php'); # RSS 2.0 which works with single wikis, but not with farms. To work with farms as well, the syntax should be if ($action == 'rss') include_once(" |