Skip to content
This repository has been archived by the owner on Dec 21, 2017. It is now read-only.

Commit

Permalink
Update for MediaWiki 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudloff committed Feb 17, 2015
1 parent 93fcc8a commit e555910
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DiffFormatter.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function __construct()
*
* @return string
*/
function _block_header( $xbeg, $xlen, $ybeg, $ylen )
function blockHeader( $xbeg, $xlen, $ybeg, $ylen )
{
$r = '';
if ($xbeg > 1) {
Expand Down Expand Up @@ -91,7 +91,7 @@ class StrictUnifiedDiffFormatter extends UnifiedDiffFormatter
*
* @return void
*/
function _lines( $lines, $prefix = ' ' )
function lines( $lines, $prefix = ' ' )
{
foreach ( $lines as $line ) {
echo "$prefix$line\n";
Expand Down

0 comments on commit e555910

Please sign in to comment.