Index: trunk/phase3/includes/Skin.php |
— | — | @@ -1615,7 +1615,7 @@ |
1616 | 1616 | return call_user_func_array( array( 'Linker', $fname ), $args ); |
1617 | 1617 | } else { |
1618 | 1618 | $className = get_class( $this ); |
1619 | | - throw new MWException( "Call to undefined method $className::$fName" ); |
| 1619 | + throw new MWException( "Call to undefined method $className::$fname" ); |
1620 | 1620 | } |
1621 | 1621 | } |
1622 | 1622 | |