From f5da2dd0e67730969ca704af96cf8c018228cfce Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Mon, 23 Jul 2007 21:40:05 +0000 Subject: [PATCH] (bug 10672) Make Linker::doEditSectionLink protected, not private --- includes/Linker.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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( -- 2.20.1