From: <var...@us...> - 2013-02-06 09:55:25
|
Revision: 8725 http://sourceforge.net/p/phpwiki/code/8725 Author: vargenau Date: 2013-02-06 09:55:23 +0000 (Wed, 06 Feb 2013) Log Message: ----------- Fix pageLink arguments Modified Paths: -------------- trunk/lib/plugin/PageHistory.php Modified: trunk/lib/plugin/PageHistory.php =================================================================== --- trunk/lib/plugin/PageHistory.php 2013-02-06 09:52:26 UTC (rev 8724) +++ trunk/lib/plugin/PageHistory.php 2013-02-06 09:55:23 UTC (rev 8725) @@ -175,7 +175,7 @@ 'value' => $rev->getVersion())); } - function pageLink($rev) + function pageLink($rev, $link_text = false) { $text = fmt("Version %d", $rev->getVersion()); return _RecentChanges_HtmlFormatter::pageLink($rev, $text); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |