summaryrefslogtreecommitdiff
path: root/inc/html.php
diff options
context:
space:
mode:
authorGerrit Uitslag <klapinklapin@gmail.com>2013-11-20 13:47:13 +0100
committerGerrit Uitslag <klapinklapin@gmail.com>2013-11-20 13:47:13 +0100
commitee33e0c5628d9cab52676a5aa2f55356c563c209 (patch)
treea45831b9c2151c47c7f0feef55e2943e1424b4fc /inc/html.php
parentf523c9718baf12a5bc99e2285bc0666796ab2a97 (diff)
downloadrpg-ee33e0c5628d9cab52676a5aa2f55356c563c209.tar.gz
rpg-ee33e0c5628d9cab52676a5aa2f55356c563c209.tar.bz2
isCurrentPage is page dependent
Diffstat (limited to 'inc/html.php')
-rw-r--r--inc/html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/html.php b/inc/html.php
index e1c69a043..b48a17fc5 100644
--- a/inc/html.php
+++ b/inc/html.php
@@ -1222,7 +1222,7 @@ function html_diff($text='',$intro=true,$type=null){
));
ptln('<a class="wikilink1" href="'.$recenturl.'">'.$lang['overviewrevs'].'</a>');
if($next_rev){
- if(PageRevisionLog::isCurrentRevision($next_rev)) {
+ if($pagelog->isCurrentRevision($next_rev)) {
$diffurlnextparam = array(
'do' => 'diff',
'rev' => $r_rev,