Index: trunk/extensions/CongressLookup/SpecialCongressLookup.php |
— | — | @@ -151,7 +151,7 @@ |
152 | 152 | HTML; |
153 | 153 | |
154 | 154 | if ( $this->getZip() === false ) { |
155 | | - $htmlOut .= $this->getZipFOrm( true ); |
| 155 | + $htmlOut .= $this->getZipForm( true ); |
156 | 156 | } elseif ( !is_null( $this->getZip() )) { |
157 | 157 | $htmlOut .= $this->getCongressTables(); |
158 | 158 | } else { |