Index: trunk/extensions/Maps/Features/DisplayMap/Maps_BaseMap.php |
— | — | @@ -97,7 +97,7 @@ |
98 | 98 | $this->setCentre(); |
99 | 99 | |
100 | 100 | if ( $this->zoom == 'null' ) { |
101 | | - $htis->zoom = $this->getDefaultZoom(); |
| 101 | + $this->zoom = $this->getDefaultZoom(); |
102 | 102 | } |
103 | 103 | |
104 | 104 | $this->addSpecificMapHTML( $parser ); |