From: Aryeh Gregor Date: Mon, 23 Jul 2007 21:40:05 +0000 (+0000) Subject: (bug 10672) Make Linker::doEditSectionLink protected, not private X-Git-Tag: 1.31.0-rc.0~51978 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;h=f5da2dd0e67730969ca704af96cf8c018228cfce;p=lhc%2Fweb%2Fwiklou.git (bug 10672) Make Linker::doEditSectionLink protected, not private --- diff --git a/includes/Linker.php b/includes/Linker.php index cda07fc7dd..56377fa2fb 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -1094,7 +1094,7 @@ class Linker { * @param $hook String, name of hook to run * @return String, HTML to use for edit link */ - private function doEditSectionLink( Title $nt, $section, $hint, $hook ) { + protected function doEditSectionLink( Title $nt, $section, $hint, $hook ) { global $wgContLang; $editurl = '§ion='.$section; $url = $this->makeKnownLinkObj(