From 59d5940e423b40dd3e56d9a3f632737ee34b3799 Mon Sep 17 00:00:00 2001 From: vargenau Date: Wed, 6 Feb 2013 09:55:23 +0000 Subject: [PATCH] Fix pageLink arguments git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@8725 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/plugin/PageHistory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/plugin/PageHistory.php b/lib/plugin/PageHistory.php index fd27d75de..fb77d9f44 100644 --- a/lib/plugin/PageHistory.php +++ b/lib/plugin/PageHistory.php @@ -175,7 +175,7 @@ class _PageHistory_HtmlFormatter 'value' => $rev->getVersion())); } - function pageLink($rev) + function pageLink($rev, $link_text = false) { $text = fmt("Version %d", $rev->getVersion()); return _RecentChanges_HtmlFormatter::pageLink($rev, $text); -- 2.45.0