From f0b81881e25b64402f64579d7e3bb283287aacfe Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Fri, 4 Apr 2008 16:02:10 +0000 Subject: [PATCH] * I assume this was forgotten --- includes/ChangesList.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/ChangesList.php b/includes/ChangesList.php index 5089199c6a..7c16e48597 100644 --- a/includes/ChangesList.php +++ b/includes/ChangesList.php @@ -744,7 +744,7 @@ class EnhancedChangesList extends ChangesList { * @return string HTML tag * @access private */ - private function arrow( $dir, $alt='' ) { + protected function arrow( $dir, $alt='' ) { global $wgStylePath; $encUrl = htmlspecialchars( $wgStylePath . '/common/images/Arr_' . $dir . '.png' ); $encAlt = htmlspecialchars( $alt ); -- 2.20.1