r85249 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r85248‎ | r85249 | r85250 >
Date:12:37, 3 April 2011
Author:dantman
Status:ok
Tags:
Comment:
Followup r85244; Fix a small issue with the case of a variable name.
Modified paths:
  • /trunk/phase3/includes/Skin.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Skin.php
@@ -1615,7 +1615,7 @@
16161616 return call_user_func_array( array( 'Linker', $fname ), $args );
16171617 } else {
16181618 $className = get_class( $this );
1619 - throw new MWException( "Call to undefined method $className::$fName" );
 1619+ throw new MWException( "Call to undefined method $className::$fname" );
16201620 }
16211621 }
16221622

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r85244Drop connetion between Skin and Linker and turn Linker into a staticly usable...dantman11:44, 3 April 2011

Status & tagging log