|
From: <var...@us...> - 2016-10-14 08:38:18
|
Revision: 9966
http://sourceforge.net/p/phpwiki/code/9966
Author: vargenau
Date: 2016-10-14 08:38:16 +0000 (Fri, 14 Oct 2016)
Log Message:
-----------
Fix getMostRecentParams prototype
Modified Paths:
--------------
trunk/lib/plugin/RecentChanges.php
Modified: trunk/lib/plugin/RecentChanges.php
===================================================================
--- trunk/lib/plugin/RecentChanges.php 2016-10-14 08:33:12 UTC (rev 9965)
+++ trunk/lib/plugin/RecentChanges.php 2016-10-14 08:38:16 UTC (rev 9966)
@@ -1340,7 +1340,7 @@
return $args;
}
- function getMostRecentParams(&$args)
+ function getMostRecentParams($args)
{
$show_all = false;
$show_minor = false;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|