One can not put more then one RSS feed on a wiki page
- Status
- Closed
- Subject
- One can not put more then one RSS feed on a wiki page
- Version
- 1.9.x
- Category
- Error
- Patch
- Feature
- RSS
- Resolution status
- Fixed or Solved
- Submitted by
- Aigars mahinovs
- Volunteered to solve
- Oliver Hertel
- Rating
- Description
- One can not put more then one RSS feed on a wiki page. Following patch fixes that.
- Solution
tiki/lib/tikilib.php
if (preg_match_all("/\
@@ -5219,7 +5219,7 @@
// Replace rss modules/", $data, $ if (!isset($rsslib)) {User errorPlugin argument(s) missing or invalid:- id or url
- include ('lib/rss/rsslib.php');
+ include_once ('lib/rss/rsslib.php');}
$temp_max = count($rsss0);
tiki/lib/wiki-plugins/wikiplugin_rss.php
+ global $rsslib;
@@ -12,9 +12,10 @@
global $smarty;
global $tikilib;
global $dbTiki;
+ include_once ('lib/rss/rsslib.php');
if (!isset($rsslib)) {
- include ('lib/rss/rsslib.php');}
extract($params,EXTR_SKIP);
- Importance
- 7
- Priority
- 35
- Demonstrate Bug on Tiki 19+
-
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show2.tiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Demonstrate Bug (older Tiki versions)
-
This bug has been demonstrated on show.tikiwiki.org
Please demonstrate your bug on show.tikiwiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show.tikiwiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Ticket ID
- 158
- Created
- Thursday 05 May, 2005 14:16:58 UTC
by Unknown - LastModif
- Saturday 09 July, 2005 15:53:05 UTC