|
From: <var...@us...> - 2024-02-27 08:33:47
|
Revision: 11079
http://sourceforge.net/p/phpwiki/code/11079
Author: vargenau
Date: 2024-02-27 08:33:44 +0000 (Tue, 27 Feb 2024)
Log Message:
-----------
WikiURL second argument is an array (reported by Christof Meerwald)
Modified Paths:
--------------
trunk/lib/plugin/RecentChanges.php
Modified: trunk/lib/plugin/RecentChanges.php
===================================================================
--- trunk/lib/plugin/RecentChanges.php 2024-02-06 11:32:39 UTC (rev 11078)
+++ trunk/lib/plugin/RecentChanges.php 2024-02-27 08:33:44 UTC (rev 11079)
@@ -118,7 +118,7 @@
{
return WikiURL(
$this->include_versions_in_URLs() ? $rev : $rev->getPage(),
- '',
+ array(),
$this->_absurls
);
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|