Open vporton opened 4 years ago
This doesn't bring back the functionality, but makes the page work (and will show edit links all the time):
diff --git a/WikilogItemPager.php b/WikilogItemPager.php
index 1cd6a91..ff53084 100644
--- a/WikilogItemPager.php
+++ b/WikilogItemPager.php
@@ -101,10 +101,10 @@ class WikilogSummaryPager
} else {
$popt = $wgOut->parserOptions();
- # We will need a clean parser if not including.
+ # We will need a clean parser if not including.
$wgParser->startExternalParse( $wgTitle, $popt, Parser::OT_HTML );
}
- $this->mShowEditLink = $popt->getEditSection();
+ $this->mShowEditLink = true; //$popt->getEditSection();
}
/**
Apart from it, it's worth checking the pending PRs and applying them until and including #29.
/Blog:Main
:Even if you are not going to fix it yourself (are you going?), please give me an advice how to fix it.