From: Niklas Laxström Date: Fri, 4 Apr 2008 16:02:10 +0000 (+0000) Subject: * I assume this was forgotten X-Git-Tag: 1.31.0-rc.0~48615 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=f0b81881e25b64402f64579d7e3bb283287aacfe;p=lhc%2Fweb%2Fwiklou.git * I assume this was forgotten --- 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 );