Index: trunk/extensions/SemanticMaps/Features/FormInputs/SM_FormInput.php |
— | — | @@ -212,7 +212,7 @@ |
213 | 213 | private function setZoom() { |
214 | 214 | if ( empty( $this->coordinates ) ) { |
215 | 215 | $this->zoom = $this->earthZoom; |
216 | | - } else if ( $this->zoom == '' ) { |
| 216 | + } else if ( $this->zoom == 'null' ) { |
217 | 217 | $this->zoom = $this->defaultZoom; |
218 | 218 | } |
219 | 219 | } |