r109264 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r109263‎ | r109264 | r109265 >
Date:00:34, 18 January 2012
Author:awjrichards
Status:ok
Tags:
Comment:
Fixing typo in function name call
Modified paths:
  • /trunk/extensions/CongressLookup/SpecialCongressLookup.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CongressLookup/SpecialCongressLookup.php
@@ -151,7 +151,7 @@
152152 HTML;
153153
154154 if ( $this->getZip() === false ) {
155 - $htmlOut .= $this->getZipFOrm( true );
 155+ $htmlOut .= $this->getZipForm( true );
156156 } elseif ( !is_null( $this->getZip() )) {
157157 $htmlOut .= $this->getCongressTables();
158158 } else {

Status & tagging log