Revision: 10588
http://sourceforge.net/p/phpwiki/code/10588
Author: vargenau
Date: 2021-09-20 10:43:14 +0000 (Mon, 20 Sep 2021)
Log Message:
-----------
RssWriter __construct has no argument
Modified Paths:
--------------
trunk/lib/RssWriter2.php
Modified: trunk/lib/RssWriter2.php
===================================================================
--- trunk/lib/RssWriter2.php 2021-09-20 10:41:03 UTC (rev 10587)
+++ trunk/lib/RssWriter2.php 2021-09-20 10:43:14 UTC (rev 10588)
@@ -42,7 +42,7 @@
{
function __construct()
{
- parent::__construct('rss', array('version' => "2.0"));
+ parent::__construct();
// not used. no namespaces should be used.
$this->_modules = array(
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|