|
From: <var...@us...> - 2015-07-10 10:55:29
|
Revision: 9709
http://sourceforge.net/p/phpwiki/code/9709
Author: vargenau
Date: 2015-07-10 10:55:26 +0000 (Fri, 10 Jul 2015)
Log Message:
-----------
Add missing parameter
Modified Paths:
--------------
trunk/lib/plugin/RecentChanges.php
Modified: trunk/lib/plugin/RecentChanges.php
===================================================================
--- trunk/lib/plugin/RecentChanges.php 2015-07-10 10:04:59 UTC (rev 9708)
+++ trunk/lib/plugin/RecentChanges.php 2015-07-10 10:55:26 UTC (rev 9709)
@@ -118,7 +118,7 @@
function authorURL($author)
{
- return $this->authorHasPage() ? WikiURL($author) : false;
+ return $this->authorHasPage($author) ? WikiURL($author) : false;
}
function status($rev)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|