[pmwiki-users] RSS Feed
    Steve Glover 
    steve at fell-services.net
       
    Thu Sep  7 08:47:39 CDT 2006
    
    
  
Hi,
I think I've found a glitch in the RSS feed:
When looking at http://www.mywiki.com/Main/RecentChanges&action=rss
I get
Parse error: syntax error, unexpected ')' in 
/path/to/my/installation/of/pmwiki/scripts/feeds.php on line 202
Unsurprisingly, removing the extra bracket from:
       { $page = ReadPage($pn, READPAGE_CURRENT)); PCache($pn, $page); }
to give
       { $page = ReadPage($pn, READPAGE_CURRENT); PCache($pn, $page); }
fixes it....
-- 
Steve Glover, Fell Services Ltd.
Home: steve at fell.demon.co.uk, 0131 551 3835
Away: steve.glover at ukonline.co.uk, 07961 446 902
    
    
More information about the pmwiki-users
mailing list